You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ESQL: Add LOOKUP JOIN tests with null and mv join keys (#118761) (#118779)
Notable behavior: - `null` join keys never match anything, even a `null`
from the left hand side. - If a lookup index document has multi-valued
join keys, it will match with all left hand side rows that contain any
of the multi-values. - If the left hand side has multi-values, it will
match with any lookup index document whose join key contains any of the
multi-values.
0 commit comments