Github user tzulitai commented on the issue:
https://github.com/apache/flink/pull/2681
Actually, IIRC, @twalthr already converted the table tests to unit tests in
https://issues.apache.org/jira/browse/FLINK-4745. So, right now the table tests
are already unit tests without running a Kafka cluster.
The only change regarding the table tests in this PR is that on the
producer side (table sink), the producer had to be mocked because of the
previous partition fetching in the constructor; this PR merely changes the
mocking to directly instantiating.
---
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.
---