You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Zheng Shao (JIRA)" <ji...@apache.org> on 2010/02/13 08:13:28 UTC

[jira] Updated: (HIVE-1167) Use TreeMap instead of Property to make explain extended deterministic

     [ https://issues.apache.org/jira/browse/HIVE-1167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zheng Shao updated HIVE-1167:
-----------------------------

    Attachment: HIVE-1167.1.tests.patch
                HIVE-1167.1.code.patch

HIVE-1167.1.code.patch is the code change for review.
HIVE-1167.1.tests.patch is the change of the test results.


> Use TreeMap instead of Property to make explain extended deterministic
> ----------------------------------------------------------------------
>
>                 Key: HIVE-1167
>                 URL: https://issues.apache.org/jira/browse/HIVE-1167
>             Project: Hadoop Hive
>          Issue Type: Bug
>    Affects Versions: 0.6.0
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>         Attachments: HIVE-1167.1.code.patch, HIVE-1167.1.tests.patch
>
>
> In some places in the code, we are using Properties class in "explain extended".
> This makes the order of the lines in the "explain extended" undeterministic because Properties are based on Hashtable class.
> We should add another function to show the properties in sorted order.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.