Skip to content

Commit

Permalink
Update cuDF submodule to branch-25.04
Browse files Browse the repository at this point in the history
To fix: NVIDIA#2792

Signed-off-by: Tim Liu <[email protected]>
  • Loading branch information
NvTimLiu committed Jan 25, 2025
1 parent 0594634 commit 8d55ec1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# TODO: https://github.com/NVIDIA/spark-rapids-jni/issues/2792
[submodule "thirdparty/cudf"]
path = thirdparty/cudf
url = https://github.com/rapidsai/cudf.git
branch = branch-25.02
branch = branch-25.04
2 changes: 1 addition & 1 deletion thirdparty/cudf
Submodule cudf updated 36 files
+3 −3 .devcontainer/cuda11.8-conda/devcontainer.json
+3 −3 .devcontainer/cuda11.8-pip/devcontainer.json
+4 −4 .devcontainer/cuda12.5-conda/devcontainer.json
+3 −3 .devcontainer/cuda12.5-pip/devcontainer.json
+14 −14 .github/workflows/build.yaml
+1 −1 .github/workflows/pandas-tests.yaml
+27 −27 .github/workflows/pr.yaml
+4 −4 .github/workflows/pr_issue_status_automation.yml
+15 −15 .github/workflows/test.yaml
+1 −1 .github/workflows/trigger-breaking-change-alert.yaml
+1 −1 README.md
+1 −1 VERSION
+5 −5 conda/environments/all_cuda-118_arch-x86_64.yaml
+5 −5 conda/environments/all_cuda-125_arch-x86_64.yaml
+2 −2 cpp/examples/versions.cmake
+25 −25 dependencies.yaml
+2 −2 java/ci/README.md
+1 −1 java/pom.xml
+1 −1 python/cudf/cudf/core/column/column.py
+8 −6 python/cudf/cudf/core/column/struct.py
+5 −0 python/cudf/cudf/core/dataframe.py
+4 −2 python/cudf/cudf/io/avro.py
+3 −2 python/cudf/cudf/io/csv.py
+4 −2 python/cudf/cudf/io/orc.py
+3 −11 python/cudf/cudf/tests/dataframe/test_io_serialization.py
+10 −1 python/cudf/cudf/tests/test_dataframe.py
+6 −0 python/cudf/cudf/tests/test_series.py
+3 −3 python/cudf/cudf_pandas_tests/third_party_integration_tests/dependencies.yaml
+7 −7 python/cudf/pyproject.toml
+2 −2 python/cudf_kafka/pyproject.toml
+1 −1 python/cudf_polars/docs/overview.md
+2 −2 python/cudf_polars/pyproject.toml
+3 −3 python/custreamz/pyproject.toml
+3 −3 python/dask_cudf/pyproject.toml
+3 −3 python/libcudf/pyproject.toml
+6 −6 python/pylibcudf/pyproject.toml

0 comments on commit 8d55ec1

Please sign in to comment.