leoluan2009 commented on a change in pull request #28991:
URL: https://github.com/apache/spark/pull/28991#discussion_r449478873



##########
File path: 
sql/hive-thriftserver/v1.2/src/main/java/org/apache/hive/service/cli/OperationState.java
##########
@@ -32,7 +32,8 @@
   CLOSED(TOperationState.CLOSED_STATE, true),
   ERROR(TOperationState.ERROR_STATE, true),
   UNKNOWN(TOperationState.UKNOWN_STATE, false),
-  PENDING(TOperationState.PENDING_STATE, false);
+  PENDING(TOperationState.PENDING_STATE, false),
+  TIMEDOUT(TOperationState.CANCELED_STATE, true); //do not want to change 
TOperationState in hive 1.2

Review comment:
       The class of TOperationState was generated by thift, so we should not 
change it directly




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

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