You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Zhihua Deng (Jira)" <ji...@apache.org> on 2020/09/02 06:27:00 UTC

[jira] [Created] (HIVE-24106) Abort polling on the operation state when the current thread is interrupted

Zhihua Deng created HIVE-24106:
----------------------------------

             Summary: Abort polling on the operation state when the current thread is interrupted
                 Key: HIVE-24106
                 URL: https://issues.apache.org/jira/browse/HIVE-24106
             Project: Hive
          Issue Type: Improvement
          Components: JDBC
            Reporter: Zhihua Deng


If running HiveStatement asynchronously as a task like in a thread or future,  if we interrupt the task,  the HiveStatement would continue to poll on the operation state until finish. It's may better to provide a way to abort the executing in such case.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)