lirui-apache commented on a change in pull request #9644: [FLINK-13931][hive] 
Support Hive version 2.0.x
URL: https://github.com/apache/flink/pull/9644#discussion_r322126762
 
 

 ##########
 File path: 
flink-connectors/flink-connector-hive/src/test/java/org/apache/flink/connectors/hive/TableEnvHiveConnectorTest.java
 ##########
 @@ -114,6 +114,10 @@ public void testGetNonExistingFunction() throws Exception 
{
        public void testDifferentFormats() throws Exception {
                String[] formats = new String[]{"orc", "parquet", 
"sequencefile", "csv"};
                for (String format : formats) {
+                       if (format.equals("orc") && 
hmsClient.getHiveVersion().startsWith("2.0")) {
+                               // Ignore orc test for Hive version 2.0.x for 
now due to FLINK-13998
 
 Review comment:
   Do we plan to test against 2.0.1 as well? If so, we also need to skip 
parquet and sequencefile tests for 2.0.1.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to