mirror of
https://github.com/apache/druid.git
synced 2025-02-21 09:46:21 +00:00
* Clean up query contexts Uses constants in place of literal strings for context keys. Moves some QueryContext methods to QueryContexts for reuse. * Revisions from review comments