有个疑问,为什么在使用flink sql建hive表的时候没有
create table IF NOT EXISTS db.t1 (....);
只能使用
create table db.t1 (....);
而在创建动态表的时候,可以使用IF NOT EXISTS。
使用的版本是1.11.1



--
Sent from: http://apache-flink.147419.n8.nabble.com/

回复