Registry / other / flink-table-api-java-bridge-2-12

flink-table-api-java-bridge-2-12

JSON →
library1.14.6javamavenunverified

This module contains the Table/SQL API for writing table programs that interact with other Flink APIs using the Java programming language.

<dependency> <groupId>org.apache.flink</groupId> <artifactId>flink-table-api-java-bridge_2.12</artifactId> <version>1.14.6</version> </dependency>
INSTALL
IMPORT
SIG · FLINK-TABLE-API-JA
F
flink-table-api-java-bridge-2-12
otherjavav1.14.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TableEnvironment
org.apache.flink.table.api.TableEnvironment

Creates a Flink TableEnvironment for streaming table programs.

import org.apache.flink.table.api.EnvironmentSettings; import org.apache.flink.table.api.TableEnvironment; public class Quickstart { public static void main(String[] args) { EnvironmentSettings settings = EnvironmentSettings.newInstance().inStreamingMode().build(); TableEnvironment tableEnv = TableEnvironment.create(settings); System.out.println("Table environment created: " + tableEnv); } }
Debug
Known issues
gotchaVersion 1.14.6 is outdated; consider upgrading to a newer Flink version for bug fixes and features.
fix
Update to a newer Flink version (e.g., 1.17.x or later).
affects: <=1.14.6
Upgrade
Version history
1.14.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
flink-table-api-java-bridge-2-12 — mvn dependency:get flink-table-api-java-bridge-2-12 · libregistry