Skip to content

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

@github-actions github-actions bot added the functions Changes to functions implementation label Nov 10, 2024
@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
@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

Labels

functions Changes to functions implementation

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