Skip to content

Commit

Permalink
Update submodule cudf to 22d481a4e3a34d517ad9a9ac46b8b1b456d365c6
Browse files Browse the repository at this point in the history
Signed-off-by: spark-rapids automation <[email protected]>
  • Loading branch information
nvauto committed Sep 27, 2024
1 parent e2a42df commit ca00e7e
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 58 files
+2 −2 cpp/include/cudf/column/column_device_view.cuh
+2 −2 cpp/include/cudf/column/column_view.hpp
+2 −2 cpp/include/cudf/detail/aggregation/aggregation.hpp
+0 −1 cpp/include/cudf/detail/groupby/sort_helper.hpp
+1 −1 cpp/include/cudf/detail/utilities/host_vector.hpp
+1 −1 cpp/include/cudf/dictionary/dictionary_column_view.hpp
+1 −1 cpp/include/cudf/groupby.hpp
+0 −3 cpp/include/cudf/io/json.hpp
+1 −1 cpp/include/cudf/lists/lists_column_view.hpp
+2 −4 cpp/include/cudf/scalar/scalar.hpp
+2 −2 cpp/include/cudf/strings/detail/char_tables.hpp
+2 −2 cpp/include/cudf/strings/regex/regex_program.hpp
+5 −8 cpp/include/cudf/strings/string_view.cuh
+1 −1 cpp/include/cudf/strings/strings_column_view.hpp
+1 −1 cpp/include/cudf/structs/structs_column_view.hpp
+1 −1 cpp/include/cudf/tdigest/tdigest_column_view.hpp
+32 −32 cpp/include/cudf/utilities/span.hpp
+1 −1 cpp/src/datetime/timezone.cpp
+2 −3 cpp/src/dictionary/dictionary_column_view.cpp
+2 −2 cpp/src/interop/dlpack.cpp
+1 −1 cpp/src/io/avro/avro.cpp
+11 −10 cpp/src/io/avro/avro.hpp
+2 −2 cpp/src/io/comp/uncomp.cpp
+11 −10 cpp/src/io/parquet/parquet_gpu.hpp
+2 −2 cpp/src/io/parquet/reader_impl.hpp
+11 −15 cpp/src/io/parquet/reader_impl_preprocess.cu
+1 −3 cpp/src/jit/parser.cpp
+2 −2 cpp/src/strings/regex/regcomp.cpp
+1 −1 cpp/src/utilities/stream_pool.cpp
+81 −93 cpp/tests/copying/copy_tests.cpp
+5 −8 cpp/tests/filling/sequence_tests.cpp
+4 −3 cpp/tests/groupby/collect_list_tests.cpp
+11 −11 cpp/tests/interop/dlpack_test.cpp
+39 −38 cpp/tests/io/orc_test.cpp
+36 −36 cpp/tests/io/parquet_chunked_writer_test.cpp
+9 −9 cpp/tests/io/parquet_common.cpp
+5 −4 cpp/tests/io/parquet_misc_test.cpp
+93 −94 cpp/tests/io/parquet_reader_test.cpp
+23 −21 cpp/tests/io/parquet_v2_test.cpp
+44 −44 cpp/tests/io/parquet_writer_test.cpp
+6 −6 cpp/tests/json/json_tests.cpp
+1 −1 cpp/tests/large_strings/json_tests.cu
+3 −4 cpp/tests/reductions/reduction_tests.cpp
+2 −2 cpp/tests/reductions/scan_tests.cpp
+2 −2 cpp/tests/rolling/nth_element_test.cpp
+1 −1 cpp/tests/streams/transform_test.cpp
+15 −14 cpp/tests/strings/chars_types_tests.cpp
+25 −44 cpp/tests/strings/contains_tests.cpp
+72 −71 cpp/tests/strings/durations_tests.cpp
+3 −3 cpp/tests/strings/extract_tests.cpp
+3 −3 cpp/tests/strings/findall_tests.cpp
+1 −1 cpp/tests/transform/integration/unary_transform_test.cpp
+1 −1 python/cudf/cudf/core/column/categorical.py
+18 −26 python/cudf/cudf/core/dataframe.py
+10 −16 python/cudf/cudf/core/multiindex.py
+14 −15 python/cudf/cudf/core/reshape.py
+16 −17 python/cudf/cudf/core/window/ewm.py
+18 −21 python/cudf/cudf/core/window/rolling.py
2 changes: 1 addition & 1 deletion thirdparty/cudf-pins/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
{
"always_download" : true,
"git_shallow" : false,
"git_tag" : "163db70d4247314aaa9fe6cdbacf03f8d65954ff",
"git_tag" : "b51447393c523cc929608d84850c70a3eae08af3",
"git_url" : "https://github.com/rapidsai/rmm.git",
"version" : "24.12"
},
Expand Down

0 comments on commit ca00e7e

Please sign in to comment.