laskoviymishka opened a new issue, #844:
URL: https://github.com/apache/iceberg-go/issues/844

   Parent: #829
   
   `GetWriteProperties()` in `parquet_files.go:206` reads compression, page 
size, row group size, etc. but never reads the bloom filter properties, even 
though they are defined as constants:
   - `write.parquet.bloom-filter-max-bytes` (default 1MB) — 
`parquet_files.go:65`
   - `write.parquet.bloom-filter-enabled.column.<name>` — `parquet_files.go:67`
   
   The Arrow Parquet writer supports `parquet.WithBloomFilterEnabledFor(path, 
true)` and `parquet.WithMaxBloomFilterBytes(n)`.


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

Reply via email to