-
Notifications
You must be signed in to change notification settings - Fork 902
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] Memcheck error found in JSON_TEST JsonReaderTest.ErrorStrings #14141
Comments
davidwendt
added
bug
Something isn't working
Needs Triage
Need team to review and classify
libcudf
Affects libcudf (C++/CUDA) code.
cuIO
cuIO issue
labels
Sep 20, 2023
Backtrace with symbols:
|
3 tasks
rapids-bot bot
pushed a commit
that referenced
this issue
Sep 25, 2023
…4164) Fix missing null mask in string column names parsing. For parsing error, the row is made null. To write output properly, the nulls need to be passed so that they can be skipped during writing output stage in `parse_data`. Fixes #14141 Authors: - Karthikeyan (https://github.com/karthikeyann) Approvers: - David Wendt (https://github.com/davidwendt) - Elias Stehle (https://github.com/elstehle) - Nghia Truong (https://github.com/ttnghia) URL: #14164
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The nightly builds memcheck run found an error in the
JSON_TEST
JsonReaderTest.ErrorStrings
which was introduced by PR #13803Steps/Code to reproduce bug
The text was updated successfully, but these errors were encountered: