syun64 commented on issue #895:
URL: https://github.com/apache/iceberg-python/issues/895#issuecomment-2221634325

   @tlegrave thank you for raising this. From what I can see, this PR 
introduced the ability to handle cast non-string inputs in the TableProperties 
dict when setting the Table Properties: 
https://github.com/apache/iceberg-python/pull/504
   
   I'm having a difficult time reproducing issue because I'm seeing that the 
property is being set as: 
`metadata.properties.get("write.parquet.bloom-filter-enabled.column.material_id")
 == "True"`, which is expected.
   
   On a tangent, I see that this property is still [unsupported in PyIceberg 
for 
writes](https://github.com/apache/iceberg-python/blob/77a07c90b7ca05c5d915c5c02047807c76b5031e/pyiceberg/io/pyarrow.py#L2054-L2064)
 - just wanted to make note of that before you dived in deeper into trying to 
enable this flag for the table


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

Reply via email to