Flink SQL建hive表为什么没有if not exists

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Flink SQL建hive表为什么没有if not exists

gimlee
有个疑问,为什么在使用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/