a2338bb116
When the grouping key of a GROUP BY is a painless script (functions are involved), the data type of the key was incorrect in certain cases (Boolean, IP, Date). This resulted in returning wrong data type for this columns in the query results. E.g.: ``` SELECT COUNT(*), a > 10 AS a FROM t GROUP BY a ``` Fixes: #35662 |
||
---|---|---|
.. | ||
dev-tools | ||
docs | ||
license-tools | ||
plugin | ||
qa | ||
test | ||
transport-client | ||
NOTICE.txt | ||
README.md | ||
build.gradle |
README.md
Elastic License Functionality
This directory tree contains files subject to the Elastic License. The files subject to the Elastic License are grouped in this directory to clearly separate them from files licensed under the Apache License 2.0.