wgtmac commented on issue #3261:
URL: https://github.com/apache/parquet-java/issues/3261#issuecomment-3153337763

   It might be that there are too many binary values in the array column. 
Perhaps you can tune the page size check to be more aggressively. See 
https://github.com/apache/parquet-java/blob/master/parquet-column/src/main/java/org/apache/parquet/column/ParquetProperties.java
 and look for following properties:
   
   - DEFAULT_MINIMUM_RECORD_COUNT_FOR_CHECK
   - DEFAULT_MAXIMUM_RECORD_COUNT_FOR_CHECK
   - DEFAULT_PAGE_VALUE_COUNT_THRESHOLD
   - DEFAULT_PAGE_ROW_COUNT_LIMIT
   - DEFAULT_ROW_GROUP_ROW_COUNT_LIMIT


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to