Yu Li created FLINK-13174:
-----------------------------
Summary: Changes of HiveTableSinkTest in FLINK-13068 introduces
compilation error
Key: FLINK-13174
URL: https://issues.apache.org/jira/browse/FLINK-13174
Project: Flink
Issue Type: Bug
Components: Connectors / Hive, Tests
Reporter: Yu Li
Assignee: Rui Li
>From the latest run of our
>[flink-benchmark|http://codespeed.dak8s.net:8080/job/flink-master-benchmarks/4075/console],
> we could see error like below:
{noformat}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.8.0:testCompile
(default-testCompile) on project flink-connector-hive_2.11: Compilation
failure: Compilation failure:
[ERROR]
/home/jenkins/workspace/flink-master-benchmarks/flink/flink-connectors/flink-connector-hive/src/test/java/org/apache/flink/batch/connectors/hive/HiveTableSinkTest.java:[230,17]
cannot find symbol
[ERROR] symbol: class CatalogPartition
[ERROR] location: class
org.apache.flink.batch.connectors.hive.HiveTableSinkTest
[ERROR]
/home/jenkins/workspace/flink-master-benchmarks/flink/flink-connectors/flink-connector-hive/src/test/java/org/apache/flink/batch/connectors/hive/HiveTableSinkTest.java:[232,81]
cannot find symbol
[ERROR] symbol: variable HiveCatalogConfig
[ERROR] location: class
org.apache.flink.batch.connectors.hive.HiveTableSinkTest
[ERROR]
/home/jenkins/workspace/flink-master-benchmarks/flink/flink-connectors/flink-connector-hive/src/test/java/org/apache/flink/batch/connectors/hive/HiveTableSinkTest.java:[233,39]
cannot find symbol
[ERROR] symbol: class Path
[ERROR] location: class
org.apache.flink.batch.connectors.hive.HiveTableSinkTest
[ERROR] -> [Help 1]
{noformat}
And checking the commit history this issue is introduced by FLINK-13068
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)