huaxingao opened a new pull request, #11799:
URL: https://github.com/apache/iceberg/pull/11799

   When writing a Parquet file, if a column name contains special characters, 
e.g. `-`, Iceberg converts it to a compatible format. However, the bloom filter 
is still set using the original column name, which results in an invalid bloom 
filter. This pull request resolves the issue by setting the bloom filter with 
the compatible column name instead of the original one.


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