OpenSearch/x-pack/plugin/sql/qa
Marios Trivyzas fd0affb503
SQL: Fix issue with IIF function when condition folds (#46290)
Previously, when the condition (1st argument) of the IIF function could
be evaluated (folded) to false, the `IfConditional` was eliminated which
caused `IndexOutOfBoundsException` to be thrown when `info()` and
`resolveType()` methods where called.

Fixes: #46268

(cherry picked from commit 9a885a3ac47bc8f52c07770d1d8d670ce0af1e59)
2019-09-04 10:32:49 +03:00
..
multi-node SQL: adds format parameter to range queries for constant date comparisons (#45503) 2019-08-13 23:04:30 +03:00
no-sql SQL: handle SQL not being available in a more graceful way (#43665) 2019-07-10 14:36:24 +03:00
security Acknowledge Indices Were Wiped Successfully in REST Tests (#45832) (#45842) 2019-08-22 17:19:51 +02:00
single-node SQL: adds format parameter to range queries for constant date comparisons (#45503) 2019-08-13 23:04:30 +03:00
src/main SQL: Fix issue with IIF function when condition folds (#46290) 2019-09-04 10:32:49 +03:00
build.gradle Convert testclusters to use distro download plugin (#44253) (#44362) 2019-07-15 17:53:05 -07:00