Re: Useful methods getting deprecated

2021-05-17 Thread Timo Walther
Hi, I agree that both `connect` and `registerTableSource` are useful for generating Table API pipelines. It is likely that both API methods will get a replacement in the near future. Let me explain the current status briefly: connect(): The CREATE TABLE DDL evolved faster than connect(). The

Useful methods getting deprecated

2021-05-14 Thread lalala
Hi Flink users, I am a big fan of table API and we are extensively using it on petabytes with ad-hoc queries. In our system, nobody goes and writes table creation DDL, we inherit table schema from schema registry(avro data in Kafka) dynamically and create temporary tables in the session. I am us