[ 
https://issues.apache.org/jira/browse/IMPALA-13477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17893504#comment-17893504
 ] 

ASF subversion and git services commented on IMPALA-13477:
----------------------------------------------------------

Commit 4553e89ed42880fc3930eb937e847074e3b70039 in impala's branch 
refs/heads/master from Riza Suminto
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=4553e89ed ]

IMPALA-13477: Set request_pool in QueryStateRecord for CTAS query

Resource Pool information for CTAS query is missing from /queries page
of WebUI. This is because CTAS query has TExecRequest.stmt_type = DDL.
However, CTAS also has TQueryExecRequest.stmt_type = DML and subject to
AdmissionControl. Therefore, its request pool must be recorded into
QueryStateRecord and displayed at /queries page of WebUI.

Testing:
- Update assertion in test_executor_groups.py to reflect this change.
- Pass core tests.

Change-Id: I6885192f1c2d563e58670f142b3c0df528032a6e
Reviewed-on: http://gerrit.cloudera.org:8080/21975
Reviewed-by: Jason Fehr <[email protected]>
Reviewed-by: Wenzhe Zhou <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>


> CTAS query should set request_pool in QueryStateRecord
> ------------------------------------------------------
>
>                 Key: IMPALA-13477
>                 URL: https://issues.apache.org/jira/browse/IMPALA-13477
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>    Affects Versions: Impala 4.4.0
>            Reporter: Riza Suminto
>            Assignee: Riza Suminto
>            Priority: Minor
>
> Resource Pool information for CTAS query is missing from /queries page of 
> WebUI. This is because CTAS query has TExecRequest.stmt_type = DDL. However, 
> CTAS also has TQueryExecRequest.stmt_type = DML and subject to 
> AdmissionControl. Therefore, its request pool must be recorded into 
> QueryStateRecord and displayed at /queries page of WebUI.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to