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: issues-unsubscr...@iceberg.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