Skip to content

feat: Support Spark array_contains builtin function#20685

Open
comphead wants to merge 2 commits intoapache:mainfrom
comphead:spark
Open

feat: Support Spark array_contains builtin function#20685
comphead wants to merge 2 commits intoapache:mainfrom
comphead:spark

Conversation

@comphead
Copy link
Contributor

@comphead comphead commented Mar 3, 2026

Which issue does this PR close?

Rationale for this change

What changes are included in this PR?

The Spark function is actual wrapper on top of array_has function. After result is being produced the nulls mask is set respectively for the output indices which correspond to input rows having nulls

Are these changes tested?

Are there any user-facing changes?

@github-actions github-actions bot added documentation Improvements or additions to documentation development-process Related to development process of DataFusion sqllogictest SQL Logic Tests (.slt) spark labels Mar 3, 2026
@github-actions github-actions bot removed documentation Improvements or additions to documentation development-process Related to development process of DataFusion labels Mar 3, 2026
n0r0shi

This comment was marked as duplicate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

spark sqllogictest SQL Logic Tests (.slt)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create Spark builtin function array_contains

2 participants