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
The failure looks like this. Note that the last character of the second input string was mangled in the output.
/cudf/cpp/tests/utilities/column_utilities.cu:562: Failure
Failed
first difference: lhs[1] = ÎþúÓÕa\¤KpÖLrþâ
Â×(�, rhs[1] = ÎþúÓÕa\¤KpÖLrþâ
Â×(¬
Google Test trace:
/cudf/cpp/tests/strings/slice_tests.cpp:70: <-- line of failure
Apologies for the unfriendly random input data, but this is what was captured from a RAPIDS Spark integration test that was failing, and trying to narrow the input to just the failing string oddly does not fail.
Expected behavior
Test passes as it did before.
The text was updated successfully, but these errors were encountered:
Describe the bug
After #16574 cudf::strings::slice_strings is producing incorrect results for some inputs. See repro steps for details.
Steps/Code to reproduce bug
Apply the following patch and run gtests/STRINGS_TEST. The added test fails but will pass if #16574 is reverted.
The failure looks like this. Note that the last character of the second input string was mangled in the output.
Apologies for the unfriendly random input data, but this is what was captured from a RAPIDS Spark integration test that was failing, and trying to narrow the input to just the failing string oddly does not fail.
Expected behavior
Test passes as it did before.
The text was updated successfully, but these errors were encountered: