-
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.
Auto-merge use submodule in BASE ref
Signed-off-by: spark-rapids automation <70000568+nvauto@users.noreply.github.com>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cudf
updated
29 files
+8 −8 | .github/workflows/build.yaml | |
+14 −14 | .github/workflows/pr.yaml | |
+8 −8 | .github/workflows/test.yaml | |
+1 −1 | README.md | |
+1 −1 | ci/build_docs.sh | |
+1 −1 | ci/check_style.sh | |
+1 −1 | ci/test_wheel_dask_cudf.sh | |
+4 −4 | conda/environments/all_cuda-118_arch-x86_64.yaml | |
+4 −4 | conda/environments/all_cuda-120_arch-x86_64.yaml | |
+1 −1 | cpp/CMakeLists.txt | |
+2 −2 | cpp/doxygen/Doxyfile | |
+1 −1 | cpp/examples/basic/CMakeLists.txt | |
+1 −1 | cpp/examples/strings/CMakeLists.txt | |
+1 −1 | cpp/libcudf_kafka/CMakeLists.txt | |
+8 −8 | dependencies.yaml | |
+2 −2 | docs/cudf/source/conf.py | |
+2 −2 | docs/dask_cudf/source/conf.py | |
+1 −1 | fetch_rapids.cmake | |
+2 −2 | java/ci/README.md | |
+1 −1 | java/pom.xml | |
+1 −1 | java/src/main/native/CMakeLists.txt | |
+1 −1 | python/cudf/CMakeLists.txt | |
+1 −1 | python/cudf/cudf/__init__.py | |
+2 −1 | python/cudf/cudf/core/join/join.py | |
+3 −3 | python/cudf/pyproject.toml | |
+2 −2 | python/cudf_kafka/pyproject.toml | |
+3 −3 | python/custreamz/pyproject.toml | |
+1 −1 | python/dask_cudf/dask_cudf/__init__.py | |
+3 −3 | python/dask_cudf/pyproject.toml |