mirror of
https://github.com/apache/druid.git
synced 2025-02-10 03:55:02 +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