Skip to content

[CORRUPTED] Synthetic Benchmark PR #139664 - ES|QL: Add MV_UNION Function#42

Open
tomerqodo wants to merge 23 commits intobase_pr_139664_20251230_7419from
corrupted_pr_139664_20251230_7419
Open

[CORRUPTED] Synthetic Benchmark PR #139664 - ES|QL: Add MV_UNION Function#42
tomerqodo wants to merge 23 commits intobase_pr_139664_20251230_7419from
corrupted_pr_139664_20251230_7419

Conversation

@tomerqodo
Copy link

Benchmark PR elastic#139664

Type: Corrupted (contains bugs)

Original PR Title: ES|QL: Add MV_UNION Function
Original PR Description: related: elastic#139298
Description:

  Adds MV_UNION function to ES|QL.
  
  Returns all unique values from both input multi-valued fields (set union).
  
  Example:
  Given set A = [1, 2, 3] and set B = [2, 3, 4]
  MV_UNION(A, B) returns [1, 2, 3, 4]

**Original PR URL**: https://github.com/elastic/elasticsearch/pull/139664

mridula-s109 and others added 23 commits December 17, 2025 00:39
…expression/function/scalar/multivalue/MvUnion.java

Co-authored-by: Liam Thompson <leemthompo@gmail.com>
…expression/function/scalar/multivalue/MvUnion.java

Co-authored-by: Liam Thompson <leemthompo@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants