Skip to content

Add variant_contains UDF#59

Open
getChan wants to merge 5 commits intodatafusion-contrib:mainfrom
getChan:variant-contains-issue-50
Open

Add variant_contains UDF#59
getChan wants to merge 5 commits intodatafusion-contrib:mainfrom
getChan:variant-contains-issue-50

Conversation

@getChan
Copy link
Copy Markdown

@getChan getChan commented Apr 11, 2026

Summary

  • add initial variant_contains UDF implementation
  • register the new UDF in the CLI example and sqllogictest harness
  • add sqllogictests covering nested paths, array indexes, and null variant rows

Notes

  • NULL path arguments return an execution error: path argument must be non-null

Closes #50

Copy link
Copy Markdown
Member

@friendlymatthew friendlymatthew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @getChan this looks great to me and welcome aboard 🚀

One small comment about the gitignore

Comment thread .gitignore Outdated
Copilot AI and others added 2 commits April 17, 2026 03:32
Agent-Logs-Url: https://github.com/getChan/datafusion-variant/sessions/4c154f78-d449-4fc1-b0da-6c643e55e364

Co-authored-by: getChan <33323415+getChan@users.noreply.github.com>
Remove IntelliJ `.idea` from repository ignore rules
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.

variant_contains: initial implementation

3 participants