You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Yu Li (JIRA)" <ji...@apache.org> on 2019/07/09 18:40:00 UTC

[jira] [Commented] (FLINK-13174) Changes of HiveTableSinkTest in FLINK-13068 introduces compilation error

    [ https://issues.apache.org/jira/browse/FLINK-13174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16881464#comment-16881464 ] 

Yu Li commented on FLINK-13174:
-------------------------------

[~phoenixjiangnan] FYI.

> 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
>            Priority: Critical
>
> 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)