[
https://issues.apache.org/jira/browse/IMPALA-12793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wenzhe Zhou resolved IMPALA-12793.
----------------------------------
Fix Version/s: Impala 4.4.0
Resolution: Fixed
> 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
> Priority: Major
> Fix For: Impala 4.4.0
>
>
> 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]