You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2019/12/14 12:02:49 UTC

[GitHub] [drill] vvysotskyi opened a new pull request #1935: DRILL-7483: Add support for 12 and 13 java versions

vvysotskyi opened a new pull request #1935: DRILL-7483: Add support for 12 and 13 java versions
URL: https://github.com/apache/drill/pull/1935
 
 
   - Updated ASM (made required changes in code), javassist and maven-surefire-plugin versions to the versions which support JDK 13
   - Updated CircleCI configs to run tests for  JDK 8, 11, 12 and 13
   - Disabled Hive tests for JDK 9+ since current version doesn't support newer java versions
   - Fixed small metastore issue connected with calculating last modified time when performed analyze for table level
   - Updated TestIcebergTableSchema test to generate required classes using ASM (yes, test code became easy to read and trivial) since net.openhft:compiler doesn't support JDK 12+ (due to new restrictions added in https://bugs.openjdk.java.net/browse/JDK-8210522)
   
   Jira - [DRILL-7483](https://issues.apache.org/jira/browse/DRILL-7483)

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services