renaudb commented on code in PR #3265:
URL: https://github.com/apache/iceberg-python/pull/3265#discussion_r3521296026
##########
tests/integration/test_writes/test_writes.py:
##########
@@ -712,6 +718,27 @@ def test_write_parquet_unsupported_properties(
tbl.append(arrow_table_with_null)
[email protected]
+@skip_if_bloom_filter_not_supported
[email protected]("format_version", [1, 2])
+def test_write_parquet_bloom_filter_properties(
Review Comment:
Added a check that the filter offset and and length exist in the underlying
files. However, this requires pyarrow 25 which won't be officially released for
a few days.
--
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]