Better unit tests for ESQL In Operator #119480
Labels
:Analytics/ES|QL
AKA ESQL
Team:Analytics
Meta label for analytical engine team (ESQL/Aggs/Geo)
>test
Issues or PRs that are addressing/adding tests
Update the
IN
tests to use the normal test generation tools. We may not be able to useanyNullIsNull
, sinceIN
has some unique null handling behavior, but we should be able to useerrorsForCasesWithoutExamples
, and the data generation functions. This should also produce a types table for the docs, which is currently missing.Additionally, it would be nice to document the null behavior and different code generation process in the javadoc for the operator.
The text was updated successfully, but these errors were encountered: