jtuglu1 opened a new pull request, #19774:
URL: https://github.com/apache/druid/pull/19774

   ## Summary
   - The web console "Use cache" toggle in the run panel only set 
`useCache`/`populateCache` in the query context, leaving result-level and 
forwarded result-level cache settings unaffected.
   - Extends the toggle handler to also set `useResultLevelCache`, 
`populateResultLevelCache`, `useForwardedResultLevelCache`, and 
`populateForwardedResultLevelCache`, so disabling cache from the UI actually 
disables all cache layers.
   - Adds the new keys to the `QueryContext` type definition.
   
   ## Test plan
   - [x] `tsc --noEmit` passes for web-console
   - [ ] Manually verify in the console: toggling "Use cache" off/on in the run 
panel's settings menu and confirming the resulting query context includes all 
six cache-related keys set to the same boolean value


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to