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? Please describe.
We have currently disabled running RoundCeil and RoundFloor expressions on GPU and fall back to CPU for all inputs. We can enable it for scale=0 as it would call GpuCeil/GpuFloor internally. There is a bug where it produces incorrect results when the input type is DecimalType(precision = 18, scale = 0) .
We should enable these integration tests to verify:
test_floor_scale_zero
test_ceil_scale_zero
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We have currently disabled running RoundCeil and RoundFloor expressions on GPU and fall back to CPU for all inputs. We can enable it for scale=0 as it would call GpuCeil/GpuFloor internally. There is a bug where it produces incorrect results when the input type is
DecimalType(precision = 18, scale = 0)
.We should enable these integration tests to verify:
The text was updated successfully, but these errors were encountered: