[
https://issues.apache.org/jira/browse/FLINK-30064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17911833#comment-17911833
]
xuyang commented on FLINK-30064:
--------------------------------
FYI, when I verify the hive connector module in flink repo manually, there many
compiling error and failed tests.
{code:java}
[ERROR] Errors:
[ERROR] HiveDialectQueryPlanTest.setup:50->getTableEnvWithHiveCatalog:148 »
NoSuchMethod
org.apache.calcite.tools.FrameworkConfig.getTraitDefs()Lorg/apache/flink/calcite/shaded/com/google/common/collect/ImmutableList;
[ERROR] HiveDynamicTableFactoryTest.setup:66 » NoSuchMethod
org.apache.calcite.tools.FrameworkConfig.getTraitDefs()Lorg/apache/flink/calcite/shaded/com/google/common/collect/ImmutableList;
[ERROR] HiveSourceTest.testDynamicParallelismInference:92->createTable:257 »
NoSuchMethod
org.apache.calcite.tools.FrameworkConfig.getTraitDefs()Lorg/apache/flink/calcite/shaded/com/google/common/collect/ImmutableList;
[ERROR]
HiveSourceTest.testDynamicParallelismInferenceWithFiltering:146->createTable:238->lambda$createTable$2:241
» NoSuchMethod
org.apache.calcite.tools.FrameworkConfig.getTraitDefs()Lorg/apache/flink/calcite/shaded/com/google/common/collect/ImmutableList;
[ERROR]
HiveSourceTest.testDynamicParallelismInferenceWithLimit:130->createTable:238->lambda$createTable$2:241
» NoSuchMethod
org.apache.calcite.tools.FrameworkConfig.getTraitDefs()Lorg/apache/flink/calcite/shaded/com/google/common/collect/ImmutableList;
[ERROR]
HiveSourceTest.testDynamicParallelismInferenceWithSettingMaxParallelism:161->createTable:238->lambda$createTable$2:241
» NoSuchMethod
org.apache.calcite.tools.FrameworkConfig.getTraitDefs()Lorg/apache/flink/calcite/shaded/com/google/common/collect/ImmutableList;
[ERROR] HiveTableCompactSinkParallelismTest.before:62 » NoSuchMethod
org.apache.calcite.tools.FrameworkConfig.getTraitDefs()Lorg/apache/flink/calcite/shaded/com/google/common/collect/ImmutableList;
[ERROR] HiveTableCompactSinkParallelismTest.before:62 » NoSuchMethod
org.apache.calcite.tools.FrameworkConfig.getTraitDefs()Lorg/apache/flink/calcite/shaded/com/google/common/collect/ImmutableList;
[ERROR] HiveTableCompactSinkParallelismTest.before:62 » NoSuchMethod
org.apache.calcite.tools.FrameworkConfig.getTraitDefs()Lorg/apache/flink/calcite/shaded/com/google/common/collect/ImmutableList;
[ERROR] HiveTableCompactSinkParallelismTest.before:62 » NoSuchMethod
org.apache.calcite.tools.FrameworkConfig.getTraitDefs()Lorg/apache/flink/calcite/shaded/com/google/common/collect/ImmutableList;
[ERROR]
HiveTableSourceStatisticsReportTest.setup:55->StatisticsReportTestBase.setup:66
» NoSuchMethod
org.apache.calcite.tools.FrameworkConfig.getTraitDefs()Lorg/apache/flink/calcite/shaded/com/google/common/collect/ImmutableList;
[ERROR]
HiveTableSourceStatisticsReportTest.setup:55->StatisticsReportTestBase.setup:66
» NoSuchMethod
org.apache.calcite.tools.FrameworkConfig.getTraitDefs()Lorg/apache/flink/calcite/shaded/com/google/common/collect/ImmutableList;
[ERROR]
HiveTableSourceStatisticsReportTest.setup:55->StatisticsReportTestBase.setup:66
» NoSuchMethod
org.apache.calcite.tools.FrameworkConfig.getTraitDefs()Lorg/apache/flink/calcite/shaded/com/google/common/collect/ImmutableList;
[ERROR]
HiveTableSourceStatisticsReportTest.setup:55->StatisticsReportTestBase.setup:66
» NoSuchMethod
org.apache.calcite.tools.FrameworkConfig.getTraitDefs()Lorg/apache/flink/calcite/shaded/com/google/common/collect/ImmutableList;
[ERROR]
HiveTableSourceStatisticsReportTest.setup:55->StatisticsReportTestBase.setup:66
» NoSuchMethod
org.apache.calcite.tools.FrameworkConfig.getTraitDefs()Lorg/apache/flink/calcite/shaded/com/google/common/collect/ImmutableList;
[ERROR]
HiveTableSourceStatisticsReportTest.setup:55->StatisticsReportTestBase.setup:66
» NoSuchMethod
org.apache.calcite.tools.FrameworkConfig.getTraitDefs()Lorg/apache/flink/calcite/shaded/com/google/common/collect/ImmutableList;
[ERROR]
HiveTableSourceStatisticsReportTest.setup:55->StatisticsReportTestBase.setup:66
» NoSuchMethod
org.apache.calcite.tools.FrameworkConfig.getTraitDefs()Lorg/apache/flink/calcite/shaded/com/google/common/collect/ImmutableList;
[ERROR]
HiveTableSourceStatisticsReportTest.setup:55->StatisticsReportTestBase.setup:66
» NoSuchMethod
org.apache.calcite.tools.FrameworkConfig.getTraitDefs()Lorg/apache/flink/calcite/shaded/com/google/common/collect/ImmutableList;
[ERROR] HiveModuleTest.testCallUDFWithNoParam:226 » NoSuchMethod
org.apache.calcite.tools.FrameworkConfig.getTraitDefs()Lorg/apache/flink/calcite/shaded/com/google/common/collect/ImmutableList;
[ERROR] HiveModuleTest.testConstantArguments:108 » NoSuchMethod
org.apache.calcite.tools.FrameworkConfig.getTraitDefs()Lorg/apache/flink/calcite/shaded/com/google/common/collect/ImmutableList;
[ERROR] HiveModuleTest.testConstantReturnValue:172 » NoSuchMethod
org.apache.calcite.tools.FrameworkConfig.getTraitDefs()Lorg/apache/flink/calcite/shaded/com/google/common/collect/ImmutableList;
[ERROR] HiveModuleTest.testDecimalReturnType:148 » NoSuchMethod
org.apache.calcite.tools.FrameworkConfig.getTraitDefs()Lorg/apache/flink/calcite/shaded/com/google/common/collect/ImmutableList;
[ERROR] HiveModuleTest.testEmptyStringLiteralParameters:188 » NoSuchMethod
org.apache.calcite.tools.FrameworkConfig.getTraitDefs()Lorg/apache/flink/calcite/shaded/com/google/common/collect/ImmutableList;
[ERROR] HiveModuleTest.testFunctionsNeedSessionState:210 » NoSuchMethod
org.apache.calcite.tools.FrameworkConfig.getTraitDefs()Lorg/apache/flink/calcite/shaded/com/google/common/collect/ImmutableList;
[ERROR] HiveModuleTest.testNumberOfBuiltinFunctions:56 » NoSuchMethod
org.apache.calcite.tools.FrameworkConfig.getTraitDefs()Lorg/apache/flink/calcite/shaded/com/google/common/collect/ImmutableList;
[INFO]
[ERROR] Tests run: 406, Failures: 0, Errors: 25, Skipped: 2
{code}
> Move existing Hive connector code from Flink repo to dedicated Hive repo
> ------------------------------------------------------------------------
>
> Key: FLINK-30064
> URL: https://issues.apache.org/jira/browse/FLINK-30064
> Project: Flink
> Issue Type: Sub-task
> Components: Connectors / Hive
> Reporter: Martijn Visser
> Assignee: Sergey Nuyanzin
> Priority: Major
> Labels: pull-request-available
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)