pritampan opened a new pull request, #18055:
URL: https://github.com/apache/iceberg/pull/18055

   Closes #18054
   
   ## What
   
   Parse `write.parquet.row-group-size-bytes` and 
`write.delete.parquet.row-group-size-bytes` with `propertyAsLong` and thread 
row-group size as `long` through the private write path.
   
   `PARQUET_ROW_GROUP_SIZE_BYTES_DEFAULT` stays `int` (128 MiB). Larger sizes 
are set via the string table property. `Parquet.concat(..., int)` is unchanged.
   
   Iceberg's `ParquetWriter` already takes `long rowGroupSize`; this only 
unblocks the table-property parse.
   
   ## Test
   
   - [x] `./gradlew :iceberg-parquet:test --tests 
org.apache.iceberg.parquet.TestParquet.testRowGroupSizeLargerThanIntegerMax 
--tests org.apache.iceberg.parquet.TestParquet.testRowGroupSizeConfigurable 
--tests 
org.apache.iceberg.parquet.TestParquet.testRowGroupSizeConfigurableWithWriter`
   - [x] `./gradlew :iceberg-parquet:spotlessCheck`
   
   AI-assisted: used a coding agent to port the parse change and unit test onto 
current `main`.
   


-- 
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