You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In parquet spec, we can have a BloomFilter for a column in one RowGroup. Writer can set BloomFilter when writing columns. The setting patterns would be like {write_bloom, ndv} in column properties.
Component(s)
C++, Parquet
The text was updated successfully, but these errors were encountered:
Describe the enhancement requested
In parquet spec, we can have a BloomFilter for a column in one RowGroup. Writer can set BloomFilter when writing columns. The setting patterns would be like
{write_bloom, ndv}
in column properties.Component(s)
C++, Parquet
The text was updated successfully, but these errors were encountered: