## What is the purpose of the change Implementation of FLINK-9523
## Brief change log Added an example of using Kafka JSON TableSource with executing SQL queries on input table. ## Verifying this change 1. Start ZooKeeper 2. Start Kafka 3. Run Consumer with arguments specified in the JavaDoc 4. Run Producer with arguments specified in the JavaDoc ## Does this pull request potentially affect one of the following parts: - Dependencies (does it add or upgrade a dependency): yes - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: no - The serializers: no. Could only use them. - The runtime per-record code paths (performance sensitive): no - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: no - The S3 file system connector: no [ Full content available at: https://github.com/apache/flink/pull/6672 ] This message was relayed via gitbox.apache.org for [email protected]
