rhodo opened a new pull request, #17844: URL: https://github.com/apache/pinot/pull/17844
Adds an overloaded `createContext(Map<String, String> queryOptions)` (default method to ForwardIndexReader that falls back to createContext()). This allows reader implementations to adjust context behavior based on query-level options (e.g., bypassing caches). Query options are now propagated through DataFetcher and ScanBasedFilterOperator to the query-path call sites of createContext. -- 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]
