Skip to content

Conversation

js8544
Copy link
Collaborator

@js8544 js8544 commented Aug 8, 2023

Rationale for this change

Support for duration types is missing in if else functions, including if_else, coalesce, choose and case_when.

What changes are included in this PR?

Add support for duration types to these functions.

Are these changes tested?

Yes.

Are there any user-facing changes?

No.

@github-actions
Copy link

github-actions bot commented Aug 8, 2023

⚠️ GitHub issue #37028 has been automatically assigned in GitHub to PR creator.

@github-actions github-actions bot added awaiting committer review Awaiting committer review and removed awaiting review Awaiting review labels Aug 14, 2023
@pitrou
Copy link
Member

pitrou commented Aug 14, 2023

Thanks for the review @felipecrv , and for the contribution @js8544 .

@pitrou pitrou merged commit c9d4685 into apache:main Aug 14, 2023
@pitrou pitrou removed the awaiting committer review Awaiting committer review label Aug 14, 2023
@conbench-apache-arrow
Copy link

After merging your PR, Conbench analyzed the 6 benchmarking runs that have been run so far on merge-commit c9d4685.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about possible false positives for unstable benchmarks that are known to sometimes produce them.

loicalleyne pushed a commit to loicalleyne/arrow that referenced this pull request Nov 13, 2023
…ions (apache#37064)

### Rationale for this change

Support for duration types is missing in if else functions, including if_else, coalesce, choose and case_when.

### What changes are included in this PR?
Add support for duration types to these functions.

### Are these changes tested?
Yes.

### Are there any user-facing changes?

No.

* Closes: apache#37028

Authored-by: Jin Shang <[email protected]>
Signed-off-by: Antoine Pitrou <[email protected]>
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.

[C++] Missing kernel for coalesce with duration types

3 participants