deniskuzZ commented on code in PR #5164:
URL: https://github.com/apache/hive/pull/5164#discussion_r1568773753
##########
ql/src/java/org/apache/hadoop/hive/ql/ddl/DDLTask.java:
##########
@@ -90,12 +92,16 @@ public int execute() {
LOG.warn("Error while table creation: ", e);
return 0;
}
+ int excpErrorCode = ReplUtils.handleException(work.isReplication(), e,
work.getDumpDirectory(),
Review Comment:
could you please rename var to simply `errorCode` and format the code: there
should be space between `if` and opening `(`
--
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]