druid/docs
Karan Kumar 5794331eb1
Adding new config for disabling group by on multiValue column (#12253)
As part of #12078 one of the followup's was to have a specific config which does not allow accidental unnesting of multi value columns if such columns become part of the grouping key.
Added a config groupByEnableMultiValueUnnesting which can be set in the query context.

The default value of groupByEnableMultiValueUnnesting is true, therefore it does not change the current engine behavior.
If groupByEnableMultiValueUnnesting is set to false, the query will fail if it encounters a multi-value column in the grouping key.
2022-02-16 20:53:26 +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 Moving in filter check to broker (#12195) 2022-02-15 20:45:07 -08:00
dependencies Doc updates for metadata cleanup and storage (#12190) 2022-01-27 11:40:54 -08:00
design Refactor SQL docs (#12239) 2022-02-11 14:43:30 -08:00
development Refactor SQL docs (#12239) 2022-02-11 14:43:30 -08:00
ingestion Refactor SQL docs (#12239) 2022-02-11 14:43:30 -08:00
misc Refactor SQL docs (#12239) 2022-02-11 14:43:30 -08:00
operations Refactor SQL docs (#12239) 2022-02-11 14:43:30 -08:00
querying Adding new config for disabling group by on multiValue column (#12253) 2022-02-16 20:53:26 +05:30
tutorials Refactor SQL docs (#12239) 2022-02-11 14:43:30 -08:00