mirror of
https://github.com/apache/druid.git
synced 2025-02-10 03:55:02 +00:00
34a03b8e6c
* SQL: EXPLAIN improvements. - Include query JSON in explain output. - Fix a bug where semi-joins and nested groupBys were not fully explained. - Fix a bug where limits were not included in "select" query explanations. * Fix compile error. * Fix compile error. * Fix tests.