Colin Ma created HIVE-18576: ------------------------------- Summary: Support to read nested complex type with Parquet in vectorization mode Key: HIVE-18576 URL: https://issues.apache.org/jira/browse/HIVE-18576 Project: Hive Issue Type: Sub-task Reporter: Colin Ma Assignee: Colin Ma
Nested complex type is common used, eg: Struct<s1 Struct<f1 int, f2 int>, s2 List<int>>. Currently, nested complex type can't be parsed in vectorization mode, this ticket is target to support it. -- This message was sent by Atlassian JIRA (v7.6.3#76005)