OpenSearch/x-pack/plugin/sql
Marios Trivyzas 06d7431950
SQL: Return error with ORDER BY on non-grouped. (#34855)
Previously, for some queries the validation for ORDER BY
fields didn't kick in since a HAVING close or an ORDER BY
with scalar function would add `Filter` and `Project` plans
between the `OrderBy` and the `Aggregate`.

Now the LogicalPlan tree beneath `OrderBy` is traversed and
the ORDER BY fields are properly verified.

Fixes: #34590
2018-10-25 22:15:28 +02:00
..
jdbc SQL: Introduce support for IP fields (#34758) 2018-10-24 22:03:11 +03:00
sql-action SQL: Introduce ODBC mode, similar to JDBC (#34825) 2018-10-25 12:40:00 +03:00
sql-cli Upgrade forbiddenapis to 2.6 (#33809) 2018-10-23 12:06:46 +03:00
sql-client SQL: handle X-Pack or X-Pack SQL not being available in a more graceful way (#34736) 2018-10-25 12:14:49 +03:00
sql-proto SQL: Introduce ODBC mode, similar to JDBC (#34825) 2018-10-25 12:40:00 +03:00
src SQL: Return error with ORDER BY on non-grouped. (#34855) 2018-10-25 22:15:28 +02:00
build.gradle Build: Rework shadow plugin configuration (#32409) 2018-08-21 20:03:28 -04:00