[ https://issues.apache.org/jira/browse/HIVE-9450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dong Chen updated HIVE-9450: ---------------------------- Attachment: HIVE-9450.patch Upload a patch to add tests for data types used in group by operator, and fix CHAR/VARCHAR bug. Root cause is in {{WritableHiveCharObjectInspector.copyObject()}}. As described in HIVE-8205, the object inspector should handle the conversion of Text writable. We add this special handling here. Same for {{WritableHiveVarcharObjectInspector.copyObject()}}. > [Parquet] Check all data types work for Parquet in Group By operator > -------------------------------------------------------------------- > > Key: HIVE-9450 > URL: https://issues.apache.org/jira/browse/HIVE-9450 > Project: Hive > Issue Type: Sub-task > Reporter: Dong Chen > Assignee: Dong Chen > Attachments: HIVE-9450.patch > > > Check all data types work for Parquet in Group By operator. > 1. Add test cases for data types. > 2. Fix the ClassCastException bug for CHAR&VARCHAR used in group by for > Parquet. -- This message was sent by Atlassian JIRA (v6.3.4#6332)