Dian Fu created FLINK-16759:
-------------------------------
Summary: HiveModuleTest failed to compile on release-1.10
Key: FLINK-16759
URL:
https://issues.apache.org/jira/browse/FLINK-16759 Project: Flink
Issue Type: Bug
Components: Build System, Connectors / Hive
Reporter: Dian Fu
Fix For: 1.10.1
The cron task of release-1.10 failed to compile with the following exception:
{code}
23:36:45.190 [ERROR] /home/travis/build/apache/flink/flink-connectors/flink-connector-hive/src/test/java/org/apache/flink/table/module/hive/HiveModuleTest.java:[158,45] constructor HiveModule in class org.apache.flink.table.module.hive.HiveModule cannot be applied to given types;
required: java.lang.String
found: no arguments
reason: actual and formal argument lists differ in length
{code}
instance: [
https://api.travis-ci.org/v3/job/666450476/log.txt]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)