The following library is mentioned here:
-
https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/sourcessinks/#project-configuration

````
<dependency>
    <groupId>org.apache.flink</groupId>
    <artifactId>flink-table-api-java-bridge</artifactId>
    <version>1.16-SNAPSHOT</version>
    <scope>provided</scope>
</dependency>
```

The following is stated:

When developing the connector/format, we suggest shipping both a thin JAR
> and an uber JAR, so users can easily load the uber JAR in the SQL client or
> in the Flink distribution and start using it. The uber JAR should include
> all the third-party dependencies of the connector, excluding the table
> dependencies listed above.


However, it's still not clear to me when I need to use this library. Can
you please provide a concrete example?

Regards,

Salva

Reply via email to