Commit da29b57
authored
[submodule-sync] bot-submodule-sync-release/25.12 to release/25.12 [skip ci] [bot] (#3967)
submodule-sync to create a PR keeping thirdparty/cudf up-to-date.
HEAD commit SHA: bb30468, cudf commit
SHA:
rapidsai/cudf@acfdfde
This PR will be auto-merged if test passed. If failed, it will remain
open until test pass or manually fix.
Signed-off-by: spark-rapids automation <70000568+nvauto@users.noreply.github.com>1 parent ce612c6 commit da29b57
1 file changed
+1
-1
lines changed- ci/run_pylibcudf_pytests.sh+34
- conda/environments/all_cuda-129_arch-aarch64.yaml+1-1
- conda/environments/all_cuda-129_arch-x86_64.yaml+1-1
- conda/environments/all_cuda-130_arch-aarch64.yaml+1-1
- conda/environments/all_cuda-130_arch-x86_64.yaml+1-1
- conda/recipes/cudf-polars/recipe.yaml+1-1
- cpp/src/column/column_factories.cu+2-2
- dependencies.yaml+1-1
- python/cudf/cudf/core/buffer/spillable_buffer.py-1
- python/cudf/cudf/core/column/categorical.py+10-3
- python/cudf/cudf/core/column/column.py+18-2
- python/cudf/cudf/core/column/lists.py+27-27
- python/cudf/cudf/core/column/numerical.py+6-8
- python/cudf/cudf/core/column/string.py+103-126
- python/cudf/cudf/core/column/struct.py+2-2
- python/cudf/cudf/core/column/timedelta.py+1-1
- python/cudf/cudf/core/dataframe.py+4-1
- python/cudf/cudf/core/index.py+8-2
- python/cudf/cudf/core/indexed_frame.py+1-2
- python/cudf/cudf/pandas/_wrappers/pandas.py+18
- python/cudf/cudf/pandas/scripts/conftest-patch.py+105-122
- python/cudf/cudf/tests/indexes/rangeindex/methods/test_rename.py+3-1
- python/cudf_polars/cudf_polars/dsl/expressions/aggregation.py+4-1
- python/cudf_polars/cudf_polars/dsl/expressions/binaryop.py+6-2
- python/cudf_polars/cudf_polars/dsl/expressions/boolean.py+2-2
- python/cudf_polars/cudf_polars/dsl/expressions/datetime.py+2-2
- python/cudf_polars/cudf_polars/dsl/expressions/string.py+4-7
- python/cudf_polars/cudf_polars/dsl/expressions/struct.py+2-2
- python/cudf_polars/cudf_polars/dsl/expressions/unary.py+1-1
- python/cudf_polars/cudf_polars/dsl/ir.py+42-27
- python/cudf_polars/cudf_polars/dsl/translate.py+143-64
- python/cudf_polars/cudf_polars/dsl/utils/aggregations.py+15-12
- python/cudf_polars/cudf_polars/testing/plugin.py+6-4
- python/cudf_polars/cudf_polars/typing/__init__.py+31-31
- python/cudf_polars/pyproject.toml+1-1
- python/cudf_polars/tests/dsl/test_serialization.py+2-2
- python/cudf_polars/tests/experimental/test_select.py+6
- python/cudf_polars/tests/expressions/test_agg.py+2
- python/cudf_polars/tests/expressions/test_numeric_binops.py+13
- python/cudf_polars/tests/test_select.py+4-1
- python/cudf_polars/tests/testing/test_asserts.py+13-2
- python/pylibcudf/pylibcudf/contiguous_split.pyi+1-1
- python/pylibcudf/pylibcudf/contiguous_split.pyx+2-1
- python/pylibcudf/pylibcudf/libcudf/column/column_factories.pxd-7
- python/pylibcudf/pylibcudf/libcudf/scalar/scalar.pxd+4-7
- python/pylibcudf/pylibcudf/scalar.pxd+1-1
- python/pylibcudf/pylibcudf/scalar.pyx+19-17
- python/pylibcudf/pylibcudf/utils.pxd+1-1
- python/pylibcudf/pylibcudf/utils.pyi+4
- python/pylibcudf/pylibcudf/utils.pyx+2-1
- python/pylibcudf/pyproject.toml+3
- python/pylibcudf/tests/conftest.py+79
- python/pylibcudf/tests/io/test_avro.py+1-1
- python/pylibcudf/tests/io/test_csv.py+3-1
- python/pylibcudf/tests/io/test_experimental_hybrid_scan.py+6-5
- python/pylibcudf/tests/io/test_json.py+3-1
- python/pylibcudf/tests/io/test_orc.py+3-1
- python/pylibcudf/tests/io/test_parquet.py+8-2
- python/pylibcudf/tests/test_column_from_device.py+11-5
- python/pylibcudf/tests/test_contiguous_split.py+8-4
- python/pylibcudf/tests/test_gpumemoryview.py+10-4
- python/pylibcudf/tests/test_interop.py+4
- python/pylibcudf/tests/test_utils.py+17
0 commit comments