Thejas M Nair created HIVE-12601: ------------------------------------ Summary: HIVE-11985 change does not use partition deserializer Key: HIVE-12601 URL: https://issues.apache.org/jira/browse/HIVE-12601 Project: Hive Issue Type: Bug Components: Metastore, Query Planning Affects Versions: 2.0.0 Reporter: Thejas M Nair Assignee: Sergey Shelukhin
As commented in https://reviews.apache.org/r/38862/diff/5?file=1102759#file1102759line786 , the function Hive.getFieldsFromDeserializerForMsStorage is ignoring the deserializer passed to it and it is taking from the table instead. However, for the call to the function from Partition.java , that is not the right behavior. The partition can potentially have a different deserializer. -- This message was sent by Atlassian JIRA (v6.3.4#6332)