Hi Andrei, What is your use case? IMHO, exposing this kind of configuration will force users to know how will the writer split row groups, which does not look simple to me.
Best, Gang On Thu, Mar 21, 2024 at 2:25 AM Andrei Lazăr <lazarandrei...@gmail.com> wrote: > Hi all, > > I would like proposing adding support for writing a Parquet file with > different compression algorithms for every row group. > > In my understanding, the Parquet format allows this, however it seems to me > that there is no way to achieve this from the C++ implementation. > > Does anyone have any thoughts on this? > > Thank you, > Andrei >