Thanks everyone for jumping in.

Rahul, I think we can target that for the next minor release. For the 1.17.1 
patch release we only want to include bugfixes.

I took the liberty of creating some milestones:

- 1.17.1: https://github.com/apache/parquet-java/milestone/33
- 1.18.0: https://github.com/apache/parquet-java/milestone/34

I've already cherry-picked the Jackson bump to the 1.17.x branch: 
https://github.com/apache/parquet-java/commits/parquet-1.17.x/

Kind regards,
Fokko

On 2026/04/28 03:03:07 Gang Wu wrote:
> Thanks Rahil for the reminder! I've left some comments on that PR.
> 
> I agree with Julien that we don't need to be blocked by any open PR. We can
> always release a new version if needed.
> 
> On Fri, Apr 24, 2026 at 9:17 AM Rahil C <[email protected]> wrote:
> 
> > Hi Gang,
> >
> > Was wondering if we can potentially get in this PR:
> > https://github.com/apache/parquet-java/pull/3396 into the next parquet
> > release since it has one approval and ci is green. Let me know though if
> > you have concerns thanks again.
> >
> > Regards,
> > Rahil Chertara
> >
> > On Thu, Apr 23, 2026 at 5:10 PM Gang Wu <[email protected]> wrote:
> >
> > > I think it makes sense to release 1.17.1. There are many open pull
> > requests
> > > in the master branch so it may take longer to finalize the 1.18.0
> > release.
> > >
> > > I'll check fixes that need to be ported to the 1.17 branch. Let me know
> > if
> > > you need to include anything.
> > >
> > > Best,
> > > Gang
> > >
> > > On Wed, Apr 22, 2026 at 5:56 AM Julien Le Dem <[email protected]> wrote:
> > >
> > > > That sounds good to me.
> > > >
> > > > On Tue, Apr 21, 2026 at 5:37 AM Fokko Driesprong <[email protected]>
> > > wrote:
> > > >
> > > > > Hey all,
> > > > >
> > > > > I agree that it would be good to get another release out.
> > > > >
> > > > > One question I have is that we maybe should do a 1.17.1 release next
> > to
> > > > > the 1.18.0 release as well? There seems to be quite some interest
> > from
> > > > the
> > > > > community: https://github.com/apache/parquet-java/pull/3460. And
> > > 1.17.x
> > > > > is the latest version that supports Java 8.
> > > > >
> > > > > Kind regards,
> > > > > Fokko
> > > > >
> > > > > On 2026/04/21 04:23:55 Manu Zhang wrote:
> > > > > > Before including more PRs in the release, do we have consensus to
> > > > release
> > > > > > now?
> > > > > >
> > > > > > Thanks,
> > > > > > Manu
> > > > > >
> > > > > > On Wed, Apr 15, 2026 at 11:22 PM Aaron Niskode-Dossett via dev <
> > > > > > [email protected]> wrote:
> > > > > >
> > > > > > > Could these PRs (both mine) be included as well?
> > > > > > >
> > > > > > > Final removal of parquet-pig. Fully approved already, just not
> > > > merged.
> > > > > > > https://github.com/apache/parquet-java/pull/3377
> > > > > > >
> > > > > > > Address Java deprecations and update coding conventions since we
> > > > > dropped
> > > > > > > Java 8.  Comments suggest approval, but it hasn't been formally
> > > > > approved.
> > > > > > > https://github.com/apache/parquet-java/pull/3378
> > > > > > >
> > > > > > > On Wed, Apr 15, 2026 at 10:04 AM Steve Loughran <
> > > [email protected]
> > > > >
> > > > > > > wrote:
> > > > > > >
> > > > > > > > Also, it looks like there's an Avro 1.12.2 coming -best to
> > > include
> > > > > that
> > > > > > > if
> > > > > > > > it doesn't hold up release timetables
> > > > > > > >
> > > > > > > > On Wed, 15 Apr 2026 at 15:48, Steve Loughran <
> > > [email protected]>
> > > > > > > wrote:
> > > > > > > >
> > > > > > > > > Could I get my variant benchmark PR in? It includes a tweak
> > to
> > > > > string
> > > > > > > > > deserialization that benchmarks as 20% faster.
> > > > > > > > >
> > > > > > > > > https://github.com/apache/parquet-java/pull/3452
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > On Wed, 15 Apr 2026 at 15:10, Manu Zhang <
> > > > [email protected]>
> > > > > > > > wrote:
> > > > > > > > >
> > > > > > > > >> Hi all,
> > > > > > > > >>
> > > > > > > > >> Since the apache-parquet-1.17[1] release on January 13,
> > 2026,
> > > > > master
> > > > > > > has
> > > > > > > > >> accumulated a meaningful set of changes including:
> > > > > > > > >>
> > > > > > > > >>   - Java 11 baseline update
> > > > > > > > >>   - New reader APIs to expose the current row group index
> > > > > > > > >>   - Fix for Float16 statistics handling around NaN and
> > signed
> > > > zero
> > > > > > > > >>   - Fix for BinaryStatistics integer overflow
> > > > > > > > >>   - Schema cleanup to remove the redundant MAP_KEY_VALUE
> > > > > annotation in
> > > > > > > > >> logical map types
> > > > > > > > >>   - parquet-cli improvements to ColumnSizeCommand, including
> > > > > sorting
> > > > > > > by
> > > > > > > > >> size and percentage output
> > > > > > > > >>   - Dependency and security updates across aircompressor,
> > > > Jackson,
> > > > > > > > Arrow,
> > > > > > > > >> protobuf, etc
> > > > > > > > >>
> > > > > > > > >> It seems reasonable to start a 1.18.0 release. What do you
> > > > think?
> > > > > > > > >>
> > > > > > > > >> 1.
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > >
> > > >
> > >
> > https://github.com/apache/parquet-java/releases/tag/apache-parquet-1.17.0
> > > > > > > > >> 2.
> > > > > > > > >>
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > >
> > > >
> > >
> > https://github.com/apache/parquet-java/compare/apache-parquet-1.17.0...master
> > > > > > > > >>
> > > > > > > > >> Thanks,
> > > > > > > > >> Manu
> > > > > > > > >>
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Aaron Niskode-Dossett, Data Engineering -- Etsy
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> 

Reply via email to