ConeyLiu opened a new pull request, #3136:
URL: https://github.com/apache/parquet-java/pull/3136

   <!--
   Thanks for opening a pull request!
   
   If you're new to Parquet-Java, information on how to contribute can be found 
here: https://parquet.apache.org/docs/contribution-guidelines/contributing
   
   Please open a GitHub issue for this pull request: 
https://github.com/apache/parquet-java/issues/new/choose
   and format pull request title as below:
   
       GH-${GITHUB_ISSUE_ID}: ${SUMMARY}
   
   or simply use the title below if it is a minor issue:
   
       MINOR: ${SUMMARY}
   
   -->
   
   ### Rationale for this change
   
   The footer size is limited to unsigned int for some other language 
implementations, such as Rust. However, it is limited to Int.MaxValue on the 
Java side due to some limitations(eg, lack of unsigned int supports, the 
biggest byte array/buffer is limited to Int.MaxValue). So this PR reads the 
footer size as long and fails fast if it is larger than Int.MaxValue.
   
   
   ### What changes are included in this PR?
   
   
   ### Are these changes tested?
   
   Existed UTs.
   
   
   ### Are there any user-facing changes?
   
   No
   
   
   <!-- Please uncomment the line below and replace ${GITHUB_ISSUE_ID} with the 
actual Github issue id. -->
   <!-- Closes #${GITHUB_ISSUE_ID} -->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@parquet.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@parquet.apache.org
For additional commands, e-mail: issues-h...@parquet.apache.org

Reply via email to