arina-ielchiieva 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_r358182544
##########
File path:
contrib/storage-hive/core/src/test/java/org/apache/drill/exec/impersonation/hive/TestSqlStdBasedAuthorization.java
##########
@@ -78,6 +80,7 @@
@BeforeClass
public static void setup() throws Exception {
+ assumeTrue("Skipping tests since Hive supports only JDK 8.",
HiveTestUtilities.supportedJavaVersion());
Review comment:
Can't we move check to `BaseTestHiveImpersonation` and extend from some
common Hive test class?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services