druid/docs
Laksh Singla c381cae51b
Improve the output of SQL explain message (#11908)
Currently, when we try to do EXPLAIN PLAN FOR, it returns the structure of the SQL parsed (via Calcite's internal planner util), which is verbose (since it tries to explain about the nodes in the SQL, instead of the Druid Query), and not representative of the native Druid query which will get executed on the broker side.

This PR aims to change the format when user tries to EXPLAIN PLAN FOR for queries which are executed by converting them into Druid's native queries (i.e. not sys schemas).
2021-11-25 21:08:33 +05:30
..
_bin De-incubation cleanup in code, docs, packaging (#9108) 2020-01-03 12:33:19 -05:00
assets Design/architecture doc touchups (#11762) 2021-10-04 11:09:35 -07:00
comparisons Update druid-vs-kudu.md (#11470) 2021-07-21 22:58:14 +08:00
configuration Improve the output of SQL explain message (#11908) 2021-11-25 21:08:33 +05:30
dependencies corrected leaderlatch name (#11966) 2021-11-22 11:58:42 -08:00
design Docs: Remove reference to deprecated field `targetPartitionSize` (#11974) 2021-11-23 15:32:16 +05:30
development Docs: Splits Kafka topic. Adds detailed example for kafka inputFormat (#11912) 2021-11-12 13:02:23 -08:00
ingestion Support filtering data in Auto Compaction (#11922) 2021-11-24 10:56:38 -08:00
misc Adding safe divide function (#11904) 2021-11-17 08:22:41 -08:00
operations Add worker category dimension (#11554) 2021-11-18 22:59:07 -08:00
querying Specify time column for first/last aggregators (#11949) 2021-11-25 09:44:14 +05:30
tutorials Add inline native query example to tutorial (#11642) 2021-11-22 21:35:05 +08:00