Skip to content

feat: string to numeric coercion#23042

Open
zyuiop wants to merge 2 commits into
apache:mainfrom
zyuiop:feat/decimal_coercion
Open

feat: string to numeric coercion#23042
zyuiop wants to merge 2 commits into
apache:mainfrom
zyuiop:feat/decimal_coercion

Conversation

@zyuiop

@zyuiop zyuiop commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Which issue does this PR close?

Rationale for this change

What changes are included in this PR?

Coerces string values to the other operand type for binary mathematical operations.

Exception for Decimal values which are coerced to Float64.

Are these changes tested?

Yes

Are there any user-facing changes?

@github-actions github-actions Bot added the logical-expr Logical plan and expressions label Jun 19, 2026
@zyuiop zyuiop force-pushed the feat/decimal_coercion branch from 1b87caa to 26823e3 Compare June 19, 2026 13:41
@github-actions github-actions Bot added the sql SQL Planner label Jun 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

logical-expr Logical plan and expressions sql SQL Planner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support string to numeric coercion

1 participant