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/16 16:10:34 UTC

[GitHub] [drill] vvysotskyi commented on a change in pull request #1935: DRILL-7483: Add support for 12 and 13 java versions

vvysotskyi commented on a change in pull request #1935: DRILL-7483: Add support for 12 and 13 java versions
URL: https://github.com/apache/drill/pull/1935#discussion_r358242543
 
 

 ##########
 File path: contrib/storage-hive/core/src/test/java/org/apache/drill/exec/hive/HiveTestUtilities.java
 ##########
 @@ -128,4 +128,13 @@ public static void assertNativeScanUsed(QueryBuilder queryBuilder, String table)
     assertThat(plan, containsString("HiveDrillNativeParquetScan"));
   }
 
+  /**
+   * Current Hive version doesn't support JDK 9+.
+   * Checks whether used supported for Hive Java version.
+   *
+   * @return {@code true} if used supported for Hive Java version, {@code false} otherwise
 
 Review comment:
   Done.

----------------------------------------------------------------
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