Skip to content

Commit

Permalink
Update submodule cudf to 1f8a03e (NVIDIA#206)
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 authored Apr 27, 2022
1 parent d9a6b9a commit 65f2383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/cudf
Submodule cudf updated 55 files
+1 −1 cpp/benchmarks/reduction/segment_reduce.cu
+2 −2 cpp/docs/DEVELOPER_GUIDE.md
+1 −1 cpp/include/cudf/detail/null_mask.cuh
+1 −1 cpp/include/cudf/detail/valid_if.cuh
+1 −1 cpp/include/cudf/strings/detail/utilities.cuh
+6 −7 cpp/include/cudf/table/experimental/row_operators.cuh
+8 −8 cpp/include/cudf_test/column_wrapper.hpp
+4 −4 cpp/src/bitmask/null_mask.cu
+2 −2 cpp/src/copying/contiguous_split.cu
+8 −9 cpp/src/groupby/groupby.cu
+1 −1 cpp/src/groupby/hash/groupby.cu
+1 −1 cpp/src/groupby/sort/aggregate.cpp
+3 −4 cpp/src/groupby/sort/group_collect.cu
+1 −1 cpp/src/groupby/sort/scan.cpp
+3 −3 cpp/src/io/orc/aggregate_orc_metadata.cpp
+9 −9 cpp/src/io/orc/reader_impl.cu
+1 −1 cpp/src/io/parquet/chunk_dict.cu
+4 −4 cpp/src/io/parquet/writer_impl.cu
+8 −8 cpp/src/join/conditional_join.cu
+6 −6 cpp/src/join/hash_join.cu
+1 −1 cpp/src/join/join.cu
+2 −2 cpp/src/join/join_utils.cu
+8 −8 cpp/src/join/mixed_join.cu
+1 −1 cpp/src/lists/combine/concatenate_list_elements.cu
+3 −3 cpp/src/lists/copying/scatter_helper.cu
+5 −6 cpp/src/partitioning/partitioning.cu
+5 −5 cpp/src/partitioning/round_robin.cu
+1 −1 cpp/src/replace/clamp.cu
+1 −1 cpp/src/strings/convert/convert_datetime.cu
+2 −2 cpp/src/strings/json/json_path.cu
+3 −3 cpp/src/strings/repeat_strings.cu
+3 −3 cpp/src/structs/utilities.cpp
+4 −4 cpp/src/text/subword/data_normalizer.cu
+4 −4 cpp/src/transform/bools_to_mask.cu
+1 −1 cpp/src/transform/encode.cu
+3 −5 cpp/src/transform/nans_to_nulls.cu
+4 −6 cpp/src/transform/one_hot_encode.cu
+2 −2 cpp/src/transpose/transpose.cu
+2 −3 cpp/tests/groupby/m2_tests.cpp
+2 −3 cpp/tests/groupby/merge_lists_tests.cpp
+5 −7 cpp/tests/groupby/merge_m2_tests.cpp
+2 −3 cpp/tests/groupby/merge_sets_tests.cpp
+1 −1 cpp/tests/interop/to_arrow_test.cpp
+3 −3 cpp/tests/join/conditional_join_tests.cu
+1 −1 cpp/tests/join/join_tests.cpp
+3 −3 cpp/tests/join/mixed_join_tests.cu
+2 −2 cpp/tests/merge/merge_test.cpp
+1 −1 cpp/tests/search/search_struct_test.cpp
+1 −1 cpp/tests/stream_compaction/distinct_count_tests.cpp
+1 −1 cpp/tests/stream_compaction/unique_count_tests.cpp
+1 −1 cpp/tests/strings/translate_tests.cpp
+5 −0 python/cudf/cudf/_lib/cpp/lists/contains.pxd
+19 −1 python/cudf/cudf/_lib/lists.pyx
+56 −5 python/cudf/cudf/core/column/lists.py
+49 −6 python/cudf/cudf/tests/test_list.py

0 comments on commit 65f2383

Please sign in to comment.