Re: Example of dynamic table

2023-03-09 Thread Guojun Li
I think the Getting Started page[1] can answer your question. [1]: https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/sql/gettingstarted/ Best, Guojun On Wed, Mar 8, 2023 at 10:18 AM Jie Han wrote: > I’ve got the concept figured out, but don’t know how. > > For example, I have

Re: Example of dynamic table

2023-03-07 Thread Jie Han
I’ve got the concept figured out, but don’t know how. For example, I have 2 kafka tables `a` and `b`, and want to execute a continuous query like ’select a.f1,b.f1 from a left join b on a .f0 = b.f0’. How to write the sql to tell flink that it’s a continuous query? > 2023年3月8日 09:24,yuxia 写道:

Re: Example of dynamic table

2023-03-07 Thread yuxia
What do your mean "try the feature of dynamic table", do you want to know the concept of dynamic table[1] or User-defined Sources & Sinks[2] with dynamic table? [1]: https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/concepts/dynamic_tables/ [2]: https://nightlies.apache.org/f