[jira] [Commented] (PARQUET-1711) [parquet-protobuf] stack overflow when work with well known json type

2022-05-26 Thread Aaron Blake Niskode-Dossett (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-1711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17542642#comment-17542642 ] Aaron Blake Niskode-Dossett commented on PARQUET-1711: -- That is a very interesting

[jira] [Commented] (PARQUET-1885) [parquet-protobuf] Pass descriptor to ProtoWriteSupport constructor

2022-05-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17542612#comment-17542612 ] ASF GitHub Bot commented on PARQUET-1885: - jinyius commented on PR #802: URL:

Re: [VOTE] Release Apache Parquet 1.12.3 RC1

2022-05-26 Thread Xinli shang
Thank Julien, Gidon, and Yuming for verifying and voting! The vote passed! I will move forward with the next steps. On Wed, May 25, 2022 at 9:29 PM Julien Le Dem wrote: > +1 > Verified signatures and tested > > On Mon, May 23, 2022 at 4:23 PM Xinli shang > wrote: > > > I also vote +1. > > > >

Re: Bit-packing decode optimization on Parquet-mr

2022-05-26 Thread Miller, Tim
In my own profiling of ParquetMR (as it is used by Trino), I have also found these bit-packing methods to be a performance bottleneck. Of the existing ones, the ones that take an array are faster than the one that take a ByteBuffer. It sure would be nice to have even faster ones! From: "Xie,