amogh-jahagirdar opened a new pull request, #800:
URL: https://github.com/apache/iceberg-python/pull/800

   Right now if the Iceberg parquet row group size table property is set, 
writes will fail with unsupported.
   It seems like a bug since the intention of _get_parquet_writer_kwargs is to 
surface just the kwargs for the arrow writer, and row group size isn't one of 
them; but we do in fact set it later here 
https://github.com/apache/iceberg-python/blob/main/pyiceberg/io/pyarrow.py#L1790
 as a separate argument in the `write` call.


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