Quanlong Huang created IMPALA-12844:
---------------------------------------
Summary: Support CREATE DATABASE WITH DBPROPERTIES
Key: IMPALA-12844
URL: https://issues.apache.org/jira/browse/IMPALA-12844
Project: IMPALA
Issue Type: New Feature
Reporter: Quanlong Huang
Based on fe/src/main/cup/sql-parser.cup, currently Impala just supports the
following syntax for CREATE DATABASE:
{code:sql}
CREATE (DATABASE|SCHEMA) [IF NOT EXISTS] database_name[COMMENT
'database_comment']
[LOCATION hdfs_path];{code}
It'd be nice to add support for specifying the dbproperties, e.g.
{noformat}
CREATE DATABASE tempdb WITH DBPROPERTIES ('impala.disableHmsSync'='true');
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]