cudf icon indicating copy to clipboard operation
cudf copied to clipboard

Fix JSON parsing memory corruption - Fix Mixed types nested children removal

Open karthikeyann opened this issue 1 year ago • 0 comments

Description

Fixes https://github.com/rapidsai/cudf/issues/15750 The references of deleted child columns are not removed, which caused segfault, and also memory errors (found with valgrind). This fix removes references of child columns and deletes them recursively.

Checklist

  • [x] I am familiar with the Contributing Guidelines.
  • [x] New or existing tests cover these changes.
  • [ ] The documentation is up to date with these changes.

karthikeyann avatar May 21 '24 04:05 karthikeyann