Re: [PR] Allow parquet writer to use row group from table properties [iceberg-python]

2024-06-06 Thread via GitHub
amogh-jahagirdar commented on code in PR #800: URL: https://github.com/apache/iceberg-python/pull/800#discussion_r1630376663 ## tests/integration/test_writes/test_writes.py: ## @@ -452,7 +452,6 @@ def test_write_parquet_other_properties( @pytest.mark.parametrize( "properti

[PR] Allow parquet writer to use row group from table properties [iceberg-python]

2024-06-06 Thread via GitHub
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 s