Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
hive> CREATE TABLE DEST1(key UNIONTYPE<STRING, STRING>, value BIGINT) STORED AS TEXTFILE; OK Time taken: 0.076 seconds hive> CREATE TABLE DEST2(key UNIONTYPE<STRING, STRING>, value BIGINT) STORED AS TEXTFILE; OK Time taken: 0.034 seconds hive> SELECT * FROM DEST1 JOIN DEST2 on (DEST1.key = DEST2.key);
Attachments
Issue Links
- is related to
-
HIVE-24883 Support ARRAY/STRUCT types in equality SMB and Common merge join
- Closed
- relates to
-
HIVE-2390 Add UNIONTYPE serialization support to LazyBinarySerDe
- Closed
-
HIVE-15434 Add UDF to allow interrogation of uniontype values
- Closed