Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix memcheck error in get_dremel_data (#11903)
Fixes logic that applies offsets to nested column children to not write past the end of the offsets vector. This error was found by the nightly builds and could be recreated using ``` compute-sanitizer --tool memcheck gtests/PARQUET_TEST --gtest_filter=ParquetReaderTest.NestedByteArray --rmm_mode=cuda ``` Authors: - David Wendt (https://github.com/davidwendt) Approvers: - Karthikeyan (https://github.com/karthikeyann) - Vukasin Milovanovic (https://github.com/vuule) - Tobias Ribizel (https://github.com/upsj) URL: #11903
- Loading branch information