Github user clarkyzl commented on a diff in the pull request:
https://github.com/apache/flink/pull/3456#discussion_r104109600
--- Diff: flink-libraries/flink-table/pom.xml ---
@@ -92,6 +92,11 @@ under the License.
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.apache.hive</groupId>
--- End diff --
Hi @twalthr .After moved the code to flink-hcatalog, I found the `mvn clean
verify` will fail the test. The reason is that the code depends on the
FLINK-5881. However, the flink-hcatalog depends on the `1.3-SNAPSHOT` of the
maven repository. The patch of FLINK-5881 wasn't available there.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---