Hi everyone,

for the Scala-free planner effort we introduced a new `flink-table-test-utils`. It is recommended that connectors, formats, and catalogs use this module as a test dependency if table-common is not enough.

We will fill this module with more test utilities that can also be used by users in the near future. Currently, there are already a couple of Asserts available for testing but those are marked as @Experimental for now.

One main difference to directly depending on the flink-table-planner module is that connectors should be tested against the loader and should not rely on planner internal classes. This will also make it easier to move connectors into a separate repo in the near future.

More information here:

https://issues.apache.org/jira/browse/FLINK-25228

Regards,
Timo

Reply via email to