[
https://issues.apache.org/jira/browse/HIVE-1167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ning Zhang updated HIVE-1167:
-----------------------------
Resolution: Fixed
Fix Version/s: 0.6.0
Status: Resolved (was: Patch Available)
Committed. Thanks Zheng!
> 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
> Fix For: 0.6.0
>
> Attachments: HIVE-1167.1.code.patch, HIVE-1167.1.contrib.tests.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.