Details
-
Sub-task
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
Impala 2.8.0
-
None
-
None
Description
The QueryExecState has to access some Coordinator members to do query result caching, like the runtime_state and query_mem_tracker. Instead, we should move that functionality into the coordinator, so there's no need to expose these classes outside of Coordinator.
Attachments
Issue Links
- relates to
-
IMPALA-8925 Consider replacing ClientRequestState ResultCache with result spooling
- Resolved