You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-zh@flink.apache.org by gimlee <gi...@163.com> on 2021/01/21 08:49:03 UTC

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

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