Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 4.3.0
-
None
-
None
-
ghx-label-2
Description
IMPALA-12056 enable child query to unset REQUEST_POOL that is set by Frontend.java as part of executor group selection. However, the implementation miss to setRequest_pool_set_by_frontend(false) if REQUEST_POOL is set in client request through impala-shell configuration. This cause child query to always unset REQUEST_POOL if parent query was run via impala-shell.