You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
The div/rem operations may also overflow, so I want to add div_wrapping/rem_wrapping operations to wrapping on overflow. Make it consistent with the logic of add/sub/mul so that we can implement fail_on_overflow feature for div/rem in downstream datafusion. Initially reported in apache/datafusion#14771.
Describe the solution you'd like
add div_wrapping/rem_wrapping operations in numeric arithmetic kernels
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
The
div/rem
operations may also overflow, so I want to adddiv_wrapping/rem_wrapping
operations to wrapping on overflow. Make it consistent with the logic ofadd/sub/mul
so that we can implementfail_on_overflow
feature fordiv/rem
in downstreamdatafusion
. Initially reported in apache/datafusion#14771.Describe the solution you'd like
add
div_wrapping/rem_wrapping
operations in numeric arithmetic kernelsDescribe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: