Bridges the Table/SQL API and runtime for Apache Flink, providing the Blink planner for stream and batch processing.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-table-planner-blink_2.11</artifactId>
<version>1.13.6</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initializes a Flink TableEnvironment with the Blink planner.
Remove .useBlinkPlanner() call to use the default planner.
No dependency data recorded yet.