namrathamyske opened a new issue, #11770:
URL: https://github.com/apache/iceberg/issues/11770

   ### Apache Iceberg version
   
   1.7.1 (latest release)
   
   ### Query engine
   
   None
   
   ### Please describe the bug 🐞
   
   In TableProperties, the properties PARQUET_ROW_GROUP_CHECK_MAX_RECORD_COUNT 
(write.parquet.row-group-check-max-record-count) and 
PARQUET_ROW_GROUP_CHECK_MIN_RECORD_COUNT 
(write.parquet.row-group-check-min-record-count) are actually passed to Parquet 
as withMaxRowCountForPageSizeCheck and withMinRowCountForPageSizeCheck, 
respectively. It would be more accurate to rename them as 
PARQUET_PAGE_SIZE_CHECK_MAX_RECORD_COUNT 
(write.parquet.page-size-check-max-record-count) and 
PARQUET_PAGE_SIZE_CHECK_MIN_RECORD_COUNT 
(write.parquet.page-size-check-min-record-count).
   
   ### Willingness to contribute
   
   - [X] I can contribute a fix for this bug independently
   - [ ] I would be willing to contribute a fix for this bug with guidance from 
the Iceberg community
   - [ ] I cannot contribute a fix for this bug at this time


-- 
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...@iceberg.apache.org.apache.org

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


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

Reply via email to