Skip to content

Commit

Permalink
Update submodule cudf to f3caf09f6858fa787a7b29f4ea5076b18f68a4d0
Browse files Browse the repository at this point in the history
Signed-off-by: spark-rapids automation <[email protected]>
  • Loading branch information
nvauto committed Dec 18, 2024
1 parent 91ea0d9 commit 5231931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/cudf
Submodule cudf updated 31 files
+3 −5 cpp/cmake/thirdparty/get_nanoarrow.cmake
+0 −38 cpp/cmake/thirdparty/patches/nanoarrow_clang_tidy_compliance.diff
+0 −18 cpp/cmake/thirdparty/patches/nanoarrow_override.json
+3 −3 cpp/include/cudf/detail/aggregation/aggregation.cuh
+2 −3 cpp/src/aggregation/aggregation.cu
+1 −1 cpp/src/groupby/hash/compute_aggregations.cuh
+1 −1 cpp/src/groupby/hash/compute_global_memory_aggs.cu
+2 −1 cpp/src/groupby/hash/compute_global_memory_aggs.cuh
+2 −1 cpp/src/groupby/hash/compute_global_memory_aggs.hpp
+1 −1 cpp/src/groupby/hash/compute_global_memory_aggs_null.cu
+4 −3 cpp/src/groupby/hash/create_sparse_results_table.cu
+2 −3 cpp/src/groupby/hash/create_sparse_results_table.hpp
+7 −3 cpp/src/groupby/hash/flatten_single_pass_aggs.cpp
+5 −2 cpp/src/groupby/hash/flatten_single_pass_aggs.hpp
+2 −1 cpp/src/groupby/hash/hash_compound_agg_finalizer.cu
+4 −1 cpp/src/groupby/sort/group_scan_util.cuh
+5 −5 cpp/tests/streams/replace_test.cpp
+1 −8 python/cudf/cudf/_lib/CMakeLists.txt
+0 −1 python/cudf/cudf/_lib/__init__.py
+0 −111 python/cudf/cudf/_lib/interop.pyx
+29 −19 python/cudf/cudf/core/column/column.py
+1 −1 python/cudf/cudf/core/column/datetime.py
+5 −5 python/cudf/cudf/core/column/decimal.py
+2 −2 python/cudf/cudf/core/column/lists.py
+8 −7 python/cudf/cudf/core/frame.py
+16 −11 python/cudf/cudf/io/dlpack.py
+17 −13 python/cudf/cudf/io/json.py
+24 −11 python/pylibcudf/pylibcudf/io/json.pxd
+19 −10 python/pylibcudf/pylibcudf/io/json.pyi
+168 −49 python/pylibcudf/pylibcudf/io/json.pyx
+34 −17 python/pylibcudf/pylibcudf/tests/io/test_json.py

0 comments on commit 5231931

Please sign in to comment.