abstractdog commented on code in PR #5103:
URL: https://github.com/apache/hive/pull/5103#discussion_r1504141163


##########
ql/src/java/org/apache/hadoop/hive/ql/reexec/ReExecDriver.java:
##########
@@ -194,6 +194,8 @@ public CommandProcessorResponse run() throws 
CommandProcessorException {
       boolean shouldReExecute = explainReOptimization && executionIndex==1;
       shouldReExecute |= cpr == null && plugins.stream().anyMatch(p -> 
p.shouldReExecute(executionIndex));
 
+      LOG.info("Deciding re-execution is made according to: executionIndex: 
{}, maxExecutions: {}, shouldReExecute: {}",

Review Comment:
   I'll fix this to: "Re-execution decision is made according to:"



-- 
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