Skip to content

Commit

Permalink
Update submodule cudf to 1cbd9eb327f4290ef402234f0cb65b93df01ba0a
Browse files Browse the repository at this point in the history
Signed-off-by: spark-rapids automation <70000568+nvauto@users.noreply.github.com>
  • Loading branch information
nvauto committed Jul 12, 2024
1 parent 7b4ef3c commit 4fa5ffb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion thirdparty/cudf
Submodule cudf updated 30 files
+3 −0 cpp/src/interop/to_arrow.cu
+4 −6 cpp/tests/lists/contains_tests.cpp
+1 −0 docs/cudf/source/user_guide/api_docs/pylibcudf/index.rst
+6 −0 docs/cudf/source/user_guide/api_docs/pylibcudf/transform.rst
+1 −0 python/cudf/cudf/_lib/pylibcudf/CMakeLists.txt
+2 −0 python/cudf/cudf/_lib/pylibcudf/__init__.pxd
+2 −0 python/cudf/cudf/_lib/pylibcudf/__init__.py
+1 −0 python/cudf/cudf/_lib/pylibcudf/column.pxd
+29 −3 python/cudf/cudf/_lib/pylibcudf/column.pyx
+1 −0 python/cudf/cudf/_lib/pylibcudf/gpumemoryview.pyx
+4 −0 python/cudf/cudf/_lib/pylibcudf/groupby.pxd
+32 −6 python/cudf/cudf/_lib/pylibcudf/groupby.pyx
+7 −0 python/cudf/cudf/_lib/pylibcudf/transform.pxd
+35 −0 python/cudf/cudf/_lib/pylibcudf/transform.pyx
+5 −12 python/cudf/cudf/_lib/transform.pyx
+20 −1 python/cudf/cudf/core/dataframe.py
+1 −1 python/cudf/cudf/core/df_protocol.py
+40 −0 python/cudf/cudf/pylibcudf_tests/common/utils.py
+76 −5 python/cudf/cudf/pylibcudf_tests/conftest.py
+18 −67 python/cudf/cudf/pylibcudf_tests/io/test_json.py
+32 −0 python/cudf/cudf/pylibcudf_tests/test_transform.py
+72 −14 python/cudf_polars/cudf_polars/containers/column.py
+42 −3 python/cudf_polars/cudf_polars/containers/dataframe.py
+38 −1 python/cudf_polars/cudf_polars/dsl/expr.py
+10 −19 python/cudf_polars/cudf_polars/dsl/ir.py
+13 −7 python/cudf_polars/tests/containers/test_column.py
+51 −0 python/cudf_polars/tests/containers/test_dataframe.py
+19 −14 python/cudf_polars/tests/expressions/test_agg.py
+31 −0 python/cudf_polars/tests/expressions/test_sort.py
+59 −4 python/cudf_polars/tests/test_groupby.py
2 changes: 1 addition & 1 deletion thirdparty/cudf-pins/rapids-cmake.sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b6127eb7be9c5dc6aa754c85e6cc46ddb1e1afb0
9318ecb7806aa16a8f57b7d30252d386523a4685

0 comments on commit 4fa5ffb

Please sign in to comment.