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.
This is a follow-up issue of #5766 and #5786. Post-round casts are conducted over decimal rounds to fit the output precision and scale: code1code2 .
Describe the solution you'd like
They are sort of workaround, which can be replaced by cuDF built-in support.
The text was updated successfully, but these errors were encountered:
cudf will short-circuit the cast if the cast ends up being a no-op (e.g.: DECIMAL64 -> DECIMAL64). As such this is relatively minor and would only be a real cast in the case where the pre-cast for round ends up crossing a precision boundary (e.g.: DECIMAL32 -> DECIMAL64).
Is your feature request related to a problem? Please describe.
This is a follow-up issue of #5766 and #5786. Post-round casts are conducted over decimal rounds to fit the output precision and scale: code1 code2 .
Describe the solution you'd like
They are sort of workaround, which can be replaced by cuDF built-in support.
The text was updated successfully, but these errors were encountered: