-
Notifications
You must be signed in to change notification settings - Fork 901
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] from_durations
seem to be overflowing while converting to a string
#11794
Comments
cc: @davidwendt |
The duration value is eventually passed to the |
Is this issue still open? The repro doesn't appear to overflow on 22.12.
|
IDK what change fixed this issue in |
My assertion was that there is nothing for us to fix per our developer guidelines https://github.com/rapidsai/cudf/blob/branch-22.12/cpp/doxygen/developer_guide/DEVELOPER_GUIDE.md#libcudf-does-not-introspect-data |
Describe the bug
from_durations
appears to be overflowing while translating the value to a human readable format, i.e., converting to a string column.Steps/Code to reproduce bug
Expected behavior
Does not overflow in strings i.e., return
157937 d, 2hrs..
at index0
of s.Environment overview (please complete the following information)
Additional context
This bug surfaced in: #11749
The text was updated successfully, but these errors were encountered: