Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.2.0
-
None
Description
HIVE-15507 only addresses the issue of
SELECT arr[0].f FROM tbl
However, it didn't handle:
SELECT arr[0].f.g FROM tbl
In this case the current code will generate a path arr.g, which is wrong.
Attachments
Attachments
Issue Links
- is related to
-
HIVE-15507 Nested column pruning: fix issue when selecting struct field from array/map element
- Resolved
-
HIVE-15536 Tests failing due to unexpected q.out outputs : udf_coalesce,case_sensitivity,input_testxpath
- Resolved