Re: [C++][Parquet] Add support for writing bloom filter to Parquet file

2024-03-17 Thread Andrei Lazăr
Brilliant, thank you, I will also take a look at the implementation! On Sat, Mar 16, 2024, 21:04 wish maple wrote: > I was working on this previously[1]. But forgot the context for it. Now > I'll > moving this forward > > [1] https://github.com/apache/arrow/pull/37400 > > Best regards, > Xuwei

Re: [C++][Parquet] Add support for writing bloom filter to Parquet file

2024-03-16 Thread wish maple
I was working on this previously[1]. But forgot the context for it. Now I'll moving this forward [1] https://github.com/apache/arrow/pull/37400 Best regards, Xuwei Fu Andrei Lazăr 于2024年3月17日周日 03:14写道: > Hi, > > I would like proposing extending the C++ library to add support for writing >

[C++][Parquet] Add support for writing bloom filter to Parquet file

2024-03-16 Thread Andrei Lazăr
Hi, I would like proposing extending the C++ library to add support for writing bloom filters to a Parquet file. Could I please get some thoughts on this? I have raised this issue on GitHub to keep track of this proposal: https://github.com/apache/arrow/issues/40548. Thank you, Andrei