Wenzhe Zhou created IMPALA-12793:
------------------------------------
Summary: Change JDBC table creation syntax
Key: IMPALA-12793
URL: https://issues.apache.org/jira/browse/IMPALA-12793
Project: IMPALA
Issue Type: Sub-task
Components: Frontend
Reporter: Wenzhe Zhou
Assignee: Wenzhe Zhou
We should create JDBC table without data source.
Change syntax of creating JDBC table statement as
CREATE TABLE [IF NOT EXISTS] [db_name.]table_name
(col_name data_type
[constraint_specification]
[COMMENT 'col_comment']
[, ...]
)
[COMMENT 'table_comment']
STORED BY JDBC
TBLPROPERTIES ('key1'='value1', 'key2'='value2', ...)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]