Hi Everyone,
I have submitted a PR about java17 vector parquet bit-packing decode optimization(https://github.com/apache/parquet-mr/pull/1011). The PR involves how the parquet-mr community support java17, @gszadovszky suggests keep generating java8 compatible artifacts with using any versions of jdks (including 17) by default and let it compile for java17 (and the vectorized stuff) when specific profile is activated manually. I think it's a good idea. Does anyone have any other suggestions ? Do we need to have a way release artifacts for java17 ? Best Regards Jiguang
