InvisibleProgrammer commented on code in PR #6412:
URL: https://github.com/apache/hive/pull/6412#discussion_r3181921554


##########
jdbc/src/java/org/apache/hive/jdbc/HiveStatement.java:
##########
@@ -464,8 +509,7 @@ TGetOperationStatusResp waitForOperationToComplete() throws 
SQLException {
       }
     } while (!isOperationComplete);
 
-    // set progress bar to be completed when hive query execution has completed
-    if (inPlaceUpdateStream.isPresent()) {
+    if (progressUpdates) {

Review Comment:
   Never mind, as I see, it can only be set at Commands.executeInternal 
(hiveStatement.setInPlaceUpdateStream call)
   



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