amogh-jahagirdar commented on issue #9898:
URL: https://github.com/apache/iceberg/issues/9898#issuecomment-1986675844

   Sounds great! I'll take a look at the PR.
   
   I spent some time debugging this today, and added a test in the same class 
to try and repro and I saw the same thing. In `ColumnWriteStoreBase`  we are 
actually initializing the parquet `BloomFilterWriter` with a valid bloomfilter 
for the nested type. As you said maybe the Spark APIs goes through a different 
path which ends up losing the configuration.
   
   But this is promising in the sense that we have all the right dependencies 
to do this, we just need to identify why in the Spark API (or whatever 
mechanism used in the issue description) does not write the bloom filter for 
nested types.


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