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 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.