Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
CREATE TABLE T1 (c1 int, c2 array<int>); CREATE TABLE T2 AS SELECT * FROM T1 LIMIT 0; describe formatted t2;
The new t2 table schema should be
POSTHOOK: Input: default@t2 # col_name data_type comment c1 int c2 array<int>
Attachments
Issue Links
- relates to
-
HIVE-26524 Use Calcite to remove sections of a query plan known never produces rows
- Closed
- links to