Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/2025#discussion_r64338444 --- Diff: flink-libraries/flink-table/src/test/java/org/apache/flink/api/java/batch/table/UnionITCase.java --- @@ -43,7 +43,7 @@ public UnionITCase(TestExecutionMode mode) { } @Test - public void testUnion() throws Exception { + public void testUnionAll() throws Exception { --- End diff -- Actually, I would completely remove the whole Java `UnionITCase.java` file. It tests exactly the same methods as the Scala tests (no expression parsing involved).
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---