Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DDL#LanguageManualDDL-CreateTableLike needs to be updated.
according to HiveParser.g the syntax is much richer that what is in the doc
-> ^(TOK_CREATETABLE $name $temp? $ext? ifNotExists? ^(TOK_LIKETABLE $likeName?) columnNameTypeOrConstraintList? tableComment? tablePartition? tableBuckets? tableSkewed? tableRowFormat? tableFileFormat? tableLocation? tablePropertiesPrefixed? selectStatementWithCTE? )
I tried specifying TBLPROPERTIES on current master (Hive 3.0) and it works. Updated doc accordingly but more verification/doc changes are needed.
Attachments
Issue Links
- is related to
-
HIVE-18735 Create table like loses transactional attribute
- Closed
-
HIVE-18983 Add support for table properties inheritance in Create table like
- Patch Available