-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'branch-24.02' into main
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cudf
updated
19 files
+229 −0 | CHANGELOG.md | |
+1 −1 | VERSION | |
+1 −2 | conda/recipes/cudf/meta.yaml | |
+1 −1 | cpp/CMakeLists.txt | |
+1 −1 | cpp/doxygen/Doxyfile | |
+1 −1 | cpp/libcudf_kafka/CMakeLists.txt | |
+25 −22 | cpp/src/io/orc/writer_impl.cu | |
+16 −0 | cpp/tests/io/orc_test.cpp | |
+2 −2 | docs/cudf/source/conf.py | |
+1 −1 | docs/dask_cudf/source/conf.py | |
+1 −1 | java/ci/README.md | |
+1 −1 | java/pom.xml | |
+1 −1 | java/src/main/native/CMakeLists.txt | |
+1 −1 | python/cudf/CMakeLists.txt | |
+1 −0 | python/cudf/pyproject.toml | |
+1 −1 | python/cudf_kafka/CMakeLists.txt | |
+1 −0 | python/cudf_kafka/pyproject.toml | |
+1 −0 | python/custreamz/pyproject.toml | |
+3 −0 | python/dask_cudf/pyproject.toml |