mirror of
https://github.com/apache/druid.git
synced 2025-02-13 13:34:58 +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