Vukasin Milovanovic
Vukasin Milovanovic
## Description ## Checklist - [x] I am familiar with the [Contributing Guidelines](https://github.com/rapidsai/cudf/blob/HEAD/CONTRIBUTING.md). - [x] New or existing tests cover these changes. - [ ] The documentation is up to...
When reading binary files that have independently encoded segments (e.g. pages, row groups) we often end up reading each unit of encoding separately. While readers coalesce adjacent read calls, this...
## Description ## Checklist - [ ] I am familiar with the [Contributing Guidelines](https://github.com/rapidsai/cudf/blob/HEAD/CONTRIBUTING.md). - [ ] New or existing tests cover these changes. - [ ] The documentation is...
## Description Fixed the logic in the CSV reader that led to empty output instead of producing a table with a single column and one row. Also did some small...
## Description Upgrade to nvcomp 4.0. As part of that change we need to refactor the `nvcomp.cmake` to be aware of the new CMake files and targets that nvcomp generates....
## Description TBD ## Checklist - [x] I am familiar with the [Contributing Guidelines](https://github.com/rapidsai/cudf/blob/HEAD/CONTRIBUTING.md). - [x] New or existing tests cover these changes. - [ ] The documentation is up...
## Description Some random data generators in cuDF default to `seed=None`, which means that an OS or time dependent seed is used, leading to different test data between systems/runs. This...