Skip to content

implement variant_get_int#51

Merged
friendlymatthew merged 3 commits intodatafusion-contrib:mainfrom
sdf-jkl:variant_get_int
Mar 15, 2026
Merged

implement variant_get_int#51
friendlymatthew merged 3 commits intodatafusion-contrib:mainfrom
sdf-jkl:variant_get_int

Conversation

@sdf-jkl
Copy link
Copy Markdown
Contributor

@sdf-jkl sdf-jkl commented Mar 13, 2026

First wrote variant_get_int from variant_get_str, then extracted same helpers from variant_get_int and variant_get_str to shared.rs.

@sdf-jkl
Copy link
Copy Markdown
Contributor Author

sdf-jkl commented Mar 13, 2026

@friendlymatthew Could've been 189loc less to review without the unit tests. 🤓

@sdf-jkl sdf-jkl requested a review from friendlymatthew March 13, 2026 18:18
Comment on lines +3 to +4
(1, '{"name": "Alice", "age": 30}'),
(2, '{"name": "Bob", "age": 25}'),
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

we should start using Alex, Dave, Van for names lol

@friendlymatthew
Copy link
Copy Markdown
Member

@sdf-jkl feel free to press the big green button

@sdf-jkl
Copy link
Copy Markdown
Contributor Author

sdf-jkl commented Mar 15, 2026

@friendlymatthew I don't think I have it...

@friendlymatthew friendlymatthew merged commit a22cf08 into datafusion-contrib:main Mar 15, 2026
3 checks passed
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_get_int: Initial implementation

2 participants