Riza Suminto has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/21975


Change subject: IMPALA-13477: Set request_pool in QueryStateRecord for CTAS 
query
......................................................................

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:
- Pass core tests.

Change-Id: I6885192f1c2d563e58670f142b3c0df528032a6e
---
M be/src/service/query-state-record.cc
M tests/custom_cluster/test_executor_groups.py
2 files changed, 9 insertions(+), 6 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/75/21975/1
--
To view, visit http://gerrit.cloudera.org:8080/21975
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6885192f1c2d563e58670f142b3c0df528032a6e
Gerrit-Change-Number: 21975
Gerrit-PatchSet: 1
Gerrit-Owner: Riza Suminto <[email protected]>

Reply via email to