iceberg icon indicating copy to clipboard operation
iceberg copied to clipboard

JDBCCatalog does not check for namespace existence on table create

Open danielcweeks opened this issue 3 years ago • 1 comments

Feature Request / Improvement

The JDBCCatalog silently creates namespaces if used in a create statement. This is non-standard and can result in surprising behavior due to simple typos in create statements.

Query engine

No response

danielcweeks avatar Aug 19 '22 15:08 danielcweeks

It should be easy to add a flag to do this check. The default behavior is this way because this was implemented without namespace support initially.

rdblue avatar Aug 19 '22 22:08 rdblue