parthchandra opened a new pull request, #1032:
URL: https://github.com/apache/parquet-mr/pull/1032

   This PR addresses the following 
[PARQUET-2164](https://issues.apache.org/jira/browse/PARQUET-2164) 
   The configuration parameters 
   ```
       parquet.page.size.check.estimate=false
       parquet.page.size.row.check.min=<check_size>
       parquet.page.size.row.check.max=<check_size>
   ```
   address the reported problem. However the issue can still be hit because the 
default value of `parquet.page.size.check.estimate` is `true`.
   This PR simply adds a check to make sure that 
`CapacityByteArrayOutputStream` cannot overflow but will instead throw an 
exception.


-- 
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: dev-unsubscr...@parquet.apache.org

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

Reply via email to