[
https://issues.apache.org/jira/browse/HIVE-15224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Voros updated HIVE-15224:
--------------------------------
Attachment: HIVE-15224.3-branch-1.patch
Attaching patch #3. This fixes a map ordering issue with
TestExplainTask#testOutputMapJsonShouldMatch.
ExplainTask#outputMap stores instances of Map as their toString()
representations that led to different Json output when using HashMap in the
test. Switched to LinkedHashMap.
> replace org.json usage in branch-1 with as minor changes as possible
> --------------------------------------------------------------------
>
> Key: HIVE-15224
> URL: https://issues.apache.org/jira/browse/HIVE-15224
> Project: Hive
> Issue Type: Sub-task
> Reporter: Zoltan Haindrich
> Assignee: Daniel Voros
> Attachments: HIVE-15224.1-branch-1.patch,
> HIVE-15224.2-branch-1.patch, HIVE-15224.3-branch-1.patch
>
>
> branch-1 / master have diverged in many ways - StatsCollector have changed;
> EximUtil supports new replication
> ...so backporting any changes from master would be hard.
> maybe we should use some drop-in replacement like the android one.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)