Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate code from invoke to invoke_batch. #13345

Merged
merged 3 commits into from
Nov 14, 2024
Merged

Conversation

irenjj
Copy link
Contributor

@irenjj irenjj commented Nov 10, 2024

Which issue does this PR close?

Closes #13238

Rationale for this change

What changes are included in this PR?

Migrate code in unit test from invoke to invoke_batch.

Are these changes tested?

yes

Are there any user-facing changes?

no

@irenjj
Copy link
Contributor Author

irenjj commented Nov 10, 2024

PTAL @findepi

ColumnarValue::Scalar(ScalarValue::TimestampNanosecond(Some(1), None)),
ColumnarValue::Scalar(ScalarValue::TimestampNanosecond(Some(1), None)),
],
0,
Copy link
Member

Choose a reason for hiding this comment

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

would 1 be more suitable?

(same in other places)

@alamb
Copy link
Contributor

alamb commented Nov 13, 2024

Thank you very much @irenjj and @findepi and @jayzhan211 -- I merged this branch up from main to run CI against the latest and greatest versions

@findepi
Copy link
Member

findepi commented Nov 14, 2024

Thank you @irenjj @jayzhan211 @alamb .
it looks ready to merge

@jayzhan211 jayzhan211 merged commit 66180fa into apache:main Nov 14, 2024
25 checks passed
@irenjj irenjj deleted the invoke_batch branch November 14, 2024 13:09
wiedld added a commit to influxdata/arrow-datafusion that referenced this pull request Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate code to use ScalarUDF::invoke_batch and ScalarUDFImpl::invoke_batch
4 participants