[ https://issues.apache.org/jira/browse/HIVE-21713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16885988#comment-16885988 ]
Zoltan Haindrich commented on HIVE-21713: ----------------------------------------- Makes sense to me :) Could you submit a patch with the proposed changes? note: optionally, you could write a hook to programatically check that operator/task names conform to the new naming conventions an example of a hook like that could be found here: ./ql/src/java/org/apache/hadoop/hive/ql/hooks/NoOperatorReuseCheckerHook.java and if you add it to "hive.exec.post.hooks" in "data/conf/llap/hive-site.xml" - it will be invoked during qtest runs > Explain consistency Task/Operator > --------------------------------- > > Key: HIVE-21713 > URL: https://issues.apache.org/jira/browse/HIVE-21713 > Project: Hive > Issue Type: Improvement > Reporter: Zoltan Haindrich > Assignee: Manoj Narayanan > Priority: Major > > there seems to be some inconsistency what gets printed in the explain; > for example "MoveTask" is shown as "Move Operator" in the explain > Becase Tasks and Operators are basically different things - this should be > corrected as it may cause confusion -- This message was sent by Atlassian JIRA (v7.6.14#76016)