pvary commented on a change in pull request #3055:
URL: https://github.com/apache/hive/pull/3055#discussion_r815279139
##########
File path: ql/src/java/org/apache/hadoop/hive/ql/QueryPlan.java
##########
@@ -226,7 +226,7 @@ public Integer getStatementIdForAcidWriteType(long writeId,
String moveTaskId, A
if (result != null) {
return result.getStatementId();
} else {
- return -1;
+ return 0;
Review comment:
Please add some comments here
--
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]