Skip to content

[codex] Refactor if_else decimal dispatch with match constraint#75

Draft
zanmato1984 wants to merge 3 commits into
mainfrom
codex/if-else-match-constraint
Draft

[codex] Refactor if_else decimal dispatch with match constraint#75
zanmato1984 wants to merge 3 commits into
mainfrom
codex/if-else-match-constraint

Conversation

@zanmato1984

Copy link
Copy Markdown
Owner

Summary

  • add a decimal match constraint to if_else kernels
  • make mixed decimal inputs miss DispatchExact and fall back to DispatchBest normalization
  • add regression coverage for the new exact-match behavior

Why

This refactors part of if_else dispatch so that the exact-match acceptance rule for decimal kernels is expressed at the kernel signature layer rather than only implied by function-level dispatch behavior.

Validation

  • built arrow-compute-scalar-if-else-test
  • TestIfElseKernel.IfElseDispatchBest passes

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.

1 participant