You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Thejas M Nair (JIRA)" <ji...@apache.org> on 2017/05/05 19:47:04 UTC

[jira] [Created] (HIVE-16597) Replace use of Map for partSpec with List>

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)