[table-walkthrough exception] Unable to create a source for reading table...

2021-06-08 Thread Lingfeng Pu
Hi, I'm following the tutorial to run the "flink-playground/table-walkthrough" project on IDEA. However, I got *the exception as follows:* Exception in thread "main" org.apache.flink.table.api.ValidationException: Unable to create a source for reading table 'default_catalog.default_database.trans

Re: [table-walkthrough exception] Unable to create a source for reading table...

2021-06-09 Thread Arvid Heise
Hi Lingfeng, could you try org.apache.flink flink-sql-connector-kafka_${scala.binary.version} ${flink.version} to your pom? On Wed, Jun 9, 2021 at 5:04 AM Lingfeng Pu wrote: > Hi, > > I'm following the tutorial to run the "flink-playgroun