[ 
https://issues.apache.org/jira/browse/HIVE-25986?focusedWorklogId=733482&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-733482
 ]

ASF GitHub Bot logged work on HIVE-25986:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 26/Feb/22 07:04
            Start Date: 26/Feb/22 07:04
    Worklog Time Spent: 10m 
      Work Description: 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: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 733482)
    Time Spent: 0.5h  (was: 20m)

> Statement id is incorrect in case of load in path to MM table
> -------------------------------------------------------------
>
>                 Key: HIVE-25986
>                 URL: https://issues.apache.org/jira/browse/HIVE-25986
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 4.0.0
>            Reporter: Antal Sinkovits
>            Assignee: Antal Sinkovits
>            Priority: Major
>              Labels: ACID, pull-request-available
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to