Colin Ma created HIVE-18209: ------------------------------- Summary: Fix wrong API call in VectorizedListColumnReader to get value from BytesColumnVector Key: HIVE-18209 URL: https://issues.apache.org/jira/browse/HIVE-18209 Project: Hive Issue Type: Sub-task Reporter: Colin Ma Assignee: Colin Ma
BytesColumnVector.setRef() should be used instead of BytesColumnVector.setVal() to get the result as expected. -- This message was sent by Atlassian JIRA (v6.4.14#64029)