xuefuz 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_r322469363
##########
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:
I don't think we can perform test on 2.0.1 unless the maven artifact problem
is resolved. However, we can manually test this version with the right
artifacts for which parquet and others would be a problem.
----------------------------------------------------------------
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