Thejas M Nair created HIVE-16597: ------------------------------------ Summary: Replace use of Map<String, String> for partSpec with List<Pair<String, String>> Key: HIVE-16597 URL: https://issues.apache.org/jira/browse/HIVE-16597 Project: Hive Issue Type: Bug Reporter: Thejas M Nair
As discussed in [HIVE-13652 comment |https://issues.apache.org/jira/browse/HIVE-13652?focusedCommentId=15998857&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15998857] the use of Map<String, String> for partSpec in AddPartitionDesc makes it vulnerable to similar mistakes like what happened with issue in HIVE-13652. We should cleanup the code to use List<Pair<String, String>> . -- This message was sent by Atlassian JIRA (v6.3.15#6346)