OpenSearch/x-pack/plugin/sql
Marios Trivyzas a2338bb116
SQL: Fix issue with wrong data type for scripted Grouping keys (#35969)
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
2018-11-28 14:29:10 +01:00
..
jdbc SQL: DATABASE() and USER() system functions (#35946) 2018-11-28 15:20:04 +02:00
qa SQL: DATABASE() and USER() system functions (#35946) 2018-11-28 15:20:04 +02:00
sql-action SQL: XPack FeatureSet functionality (#35725) 2018-11-26 07:11:43 +02:00
sql-cli SQL: XPack FeatureSet functionality (#35725) 2018-11-26 07:11:43 +02:00
sql-client Deprecate X-Pack centric SQL endpoints (#35964) 2018-11-27 22:16:21 -05:00
sql-proto Deprecate X-Pack centric SQL endpoints (#35964) 2018-11-27 22:16:21 -05:00
src SQL: Fix issue with wrong data type for scripted Grouping keys (#35969) 2018-11-28 14:29:10 +01:00
build.gradle SQL: Move qa directory into sql directory (#34496) 2018-10-30 14:54:15 -04:00