gszadovszky commented on PR #1011:
URL: https://github.com/apache/parquet-mr/pull/1011#issuecomment-1328723973

   @jiangjiguang,
   
   With you current implementation if parquet-mr is compiled with jdk17 than it 
will not be compatible with java8 while any jdk under 17 will generate a code 
compatible with java8 since `release` is set to 8. My problem is this exact 
behaviour. I would suggest 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.
   
   About starting the discussion about java17 compatibility. I am currently not 
really active in the community and not even following the dev list. Maybe, 
@shangxinli or @ggershinsky would like to drive this topic?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@parquet.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to