Github user greghogan commented on the issue:
https://github.com/apache/flink/pull/2985
@mushketyk the build is failing due to unused imports (IntelliJ can be
configured to automatically remove these).
There are so many ways to implement the validator. Projections would reduce
the data to be transmitted and sorted. I like to document when we are
performing a different kind of join (here, an anti-join) for the day when these
are available in Flink. I don't know how counting in the `FlatJoinFunction`
followed by two `DiscardingOutputFormat` compares with the current
implementation of a union and count (which is a dummy `OutputFormat`).
We'll need to rebase this PR once FLINK-5311 has been committed.
---
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.
---