Zhihua Deng created HIVE-23727:
----------------------------------
Summary: Improve SQLOperation log handling when cleanup
Key: HIVE-23727
URL: https://issues.apache.org/jira/browse/HIVE-23727
Project: Hive
Issue Type: Improvement
Reporter: Zhihua Deng
The SQLOperation checks _if (shouldRunAsync() && state !=
OperationState.CANCELED && state != OperationState.TIMEDOUT)_ to cancel the
background task. If true, the state should not be OperationState.CANCELED, so
logging under the state == OperationState.CANCELED should never happen.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)