Closed dstreev closed 1 year ago
Define at the cluster level an option to replace CREATE [EXTERNAL] TABLE with CREATE [EXTERNAL] TABLE IF NOT EXISTS.
CREATE [EXTERNAL] TABLE
CREATE [EXTERNAL] TABLE IF NOT EXISTS
This is false by default since it could mask an issue with tables that already exist and silently not apply a new CREATE statement.
clusters: RIGHT|LEFT: createIfNotExists: "true"
Define at the cluster level an option to replace
CREATE [EXTERNAL] TABLE
withCREATE [EXTERNAL] TABLE IF NOT EXISTS
.This is false by default since it could mask an issue with tables that already exist and silently not apply a new CREATE statement.