cudf
cudf copied to clipboard
JSON tree algorithms refactor I: CSR data structure for column tree
Description
Part of #15903.
- Introduces the Compressed Sparse Row (CSR) format to store the adjacency information of the column tree.
- Analogous to
reduce_to_column_tree,reduce_to_column_tree_csrreduces node tree representation to column tree stored in CSR format.
TODO:
- [x] Correctness test
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.
Question: Is this ready for review? Or still WIP?
Question: Is this ready for review? Or still WIP?
Sorry, forgot to update the title. It's ready for review.
This pull request requires additional validation before any workflows can run on NVIDIA's runners.
Pull request vetters can view their responsibilities here.
Contributors can view more details about this message here.
/ok to test
/ok to test
@ttnghia would you please share your feedback on this PR?
/ok to test
/ok to test
/ok to test
/ok to test
/ok to test
This looks fine. I didn't see any test or performance regressions or improvements with this patch.
AFAIK the new path is not (yet) use by default.
/ok to test
/ok to test
/ok to test
/ok to test
/ok to test
/ok to test
/ok to test
/ok to test
/ok to test
/okay to test
/ok to test
/ok to test
/merge