[ https://issues.apache.org/jira/browse/HIVE-8177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ted Yu updated HIVE-8177: ------------------------- Description: {code} JSONObject jsonPlan = outputMap(work.getParseContext().getTopOps(), true, out, jsonOutput, work.getExtended(), 0); {code} The order of 4th and 5th parameters is reverted. was: {code} JSONObject jsonPlan = outputMap(work.getParseContext().getTopOps(), true, out, jsonOutput, work.getExtended(), 0); {code} The order of 4th and 5th parameters is reverted. > Wrong parameter order in ExplainTask#getJSONLogicalPlan() > --------------------------------------------------------- > > Key: HIVE-8177 > URL: https://issues.apache.org/jira/browse/HIVE-8177 > Project: Hive > Issue Type: Bug > Reporter: Ted Yu > Assignee: SUYEON LEE > Priority: Minor > Attachments: HIVE-8177.patch > > > {code} > JSONObject jsonPlan = outputMap(work.getParseContext().getTopOps(), > true, > out, jsonOutput, work.getExtended(), 0); > {code} > The order of 4th and 5th parameters is reverted. -- This message was sent by Atlassian JIRA (v6.3.4#6332)