-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
(This section helps Arrow developers understand the context and why for this feature, in addition to the what)
Describe the solution you'd like
A clear and concise description of what you want to happen.
Currently DataFusion interprets all non-integer numeric literals as floats, but they should be decimals instead.
This issue
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
List of related issues. Probably all of these should be fixed before the actual switch to decimals is committed.
- panic at
attempt to multiply with overflowwhen doing math on Decimal128 columns #3437 - add support for casting string to decimal #3478
- coercion between decimal and other types lacking, compared to other numeric types #3479
- comparison operations with a scalar null and decimal array panics #3487
- Floating value literals without postfix should be parsed as decimal #4072
- change SQL non-integer numeric literal type from Float64 to Decimal128 #3394
- The percentile argument for ApproxPercentileCont must be Float64, not Decimal128(2, 1) #4103