[no subject]

2021-06-20 Thread
unsubscribe

Re: Flink-JDBC JDBCUpsertTableSink keyFields Problem

2019-11-14 Thread
/streaming/dynamic_tables.html Polarisary 于2019年11月14日周四 下午3:35写道: > My sql is regular insert like “insert into sink_table select c1,c2,c3 from > source_table”, > I want to know which case it will judge to append only? Does it has doc > for this? > > Many thanks! > > > > > &g

Re: Flink-JDBC JDBCUpsertTableSink keyFields Problem

2019-11-13 Thread
Yes it's related to your sql, flink checks the plan of your sql to judge whether your job is append only or has updates. If your job is append only, that means no result need to be updated. If you still have problems, please post your sql and complete error message to help people understand your u