dengzhhu653 commented on code in PR #2731:
URL: https://github.com/apache/hive/pull/2731#discussion_r961235215


##########
ql/src/test/results/clientpositive/llap/orc_merge5.q.out:
##########
@@ -385,6 +385,7 @@ STAGE PLANS:
   Stage: Stage-0
     Concatenate
       table name: default.orc_merge5b_n0
+      table name: default.orc_merge5b_n0

Review Comment:
   I wondering the two one is from AlterTableConcatenateDesc,
   
https://github.com/apache/hive/blob/7b3ecf617a6d46f48a3b6f77e0339fd4ad95a420/ql/src/java/org/apache/hadoop/hive/ql/ddl/table/storage/concatenate/AlterTableConcatenateDesc.java#L57-L60
   the other comes from AbstractAlterTableDesc:
   
https://github.com/apache/hive/blob/7b3ecf617a6d46f48a3b6f77e0339fd4ad95a420/ql/src/java/org/apache/hadoop/hive/ql/ddl/table/AbstractAlterTableDesc.java#L64-L67
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to