Skip to content

Commit

Permalink
Update submodule cudf to c016b58b24e63468e9110a6ca82adfc5fd61202d (NV…
Browse files Browse the repository at this point in the history
…IDIA#1419)

Signed-off-by: spark-rapids automation <70000568+nvauto@users.noreply.github.com>
  • Loading branch information
nvauto authored Sep 19, 2023
1 parent 93e5a22 commit 20710ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/cudf
Submodule cudf updated 78 files
+1 −1 .pre-commit-config.yaml
+1 −1 cpp/benchmarks/iterator/iterator.cu
+2 −2 cpp/benchmarks/stream_compaction/apply_boolean_mask.cpp
+1 −1 cpp/benchmarks/string/char_types.cpp
+1 −1 cpp/benchmarks/string/extract.cpp
+1 −1 cpp/include/cudf/column/column_device_view.cuh
+1 −1 cpp/include/cudf/detail/copy_if.cuh
+2 −2 cpp/include/cudf/detail/indexalator.cuh
+2 −2 cpp/include/cudf/detail/join.hpp
+1 −1 cpp/include/cudf/fixed_point/fixed_point.hpp
+2 −2 cpp/include/cudf/groupby.hpp
+1 −1 cpp/include/cudf/io/csv.hpp
+1 −1 cpp/include/cudf/io/json.hpp
+18 −18 cpp/include/cudf/strings/detail/utf8.hpp
+2 −2 cpp/include/cudf/table/row_operators.cuh
+1 −1 cpp/include/cudf/table/table_view.hpp
+1 −1 cpp/include/cudf/wrappers/dictionary.hpp
+2 −2 cpp/include/cudf_test/base_fixture.hpp
+1 −1 cpp/include/nvtext/subword_tokenize.hpp
+1 −1 cpp/scripts/run-clang-tidy.py
+4 −4 cpp/src/copying/contiguous_split.cu
+5 −5 cpp/src/groupby/sort/functors.hpp
+1 −1 cpp/src/io/avro/avro_gpu.cu
+1 −1 cpp/src/io/comp/cpu_unbz2.cpp
+2 −2 cpp/src/io/comp/debrotli.cu
+9 −9 cpp/src/io/comp/gpuinflate.cu
+5 −5 cpp/src/io/comp/uncomp.cpp
+1 −1 cpp/src/io/comp/unsnap.cu
+1 −1 cpp/src/io/json/json_column.cu
+80 −80 cpp/src/io/json/nested_json_gpu.cu
+1 −1 cpp/src/io/orc/orc_gpu.hpp
+2 −2 cpp/src/io/orc/stripe_data.cu
+1 −1 cpp/src/io/parquet/compact_protocol_reader.cpp
+1 −1 cpp/src/io/parquet/compact_protocol_writer.cpp
+10 −10 cpp/src/io/parquet/delta_binary.cuh
+1 −1 cpp/src/io/parquet/page_delta_decode.cu
+2 −2 cpp/src/io/parquet/parquet.hpp
+11 −11 cpp/src/io/parquet/parquet_gpu.hpp
+1 −1 cpp/src/io/parquet/reader_impl_preprocess.cu
+2 −2 cpp/src/join/join.cu
+1 −1 cpp/src/quantiles/tdigest/tdigest_aggregation.cu
+1 −1 cpp/src/rolling/detail/rolling_collect_list.cuh
+2 −2 cpp/src/strings/char_types/char_types.cu
+3 −3 cpp/src/strings/convert/convert_datetime.cu
+1 −1 cpp/src/strings/convert/convert_durations.cu
+3 −3 cpp/src/strings/convert/convert_floats.cu
+1 −1 cpp/src/strings/convert/convert_integers.cu
+1 −1 cpp/src/strings/convert/convert_ipv4.cu
+2 −2 cpp/src/strings/convert/convert_urls.cu
+1 −1 cpp/src/strings/json/json_path.cu
+7 −7 cpp/src/strings/regex/regcomp.cpp
+4 −4 cpp/src/strings/regex/regcomp.h
+9 −9 cpp/src/strings/regex/regex.cuh
+5 −5 cpp/src/strings/regex/regex.inl
+1 −1 cpp/src/strings/replace/replace_re.cu
+1 −1 cpp/src/strings/split/partition.cu
+1 −1 cpp/src/strings/split/split.cuh
+1 −1 cpp/src/strings/split/split_re.cu
+3 −3 cpp/src/strings/utilities.cu
+2 −2 cpp/src/text/normalize.cu
+1 −1 cpp/src/text/replace.cu
+1 −1 cpp/src/text/subword/bpe_tokenizer.cu
+1 −1 cpp/src/text/subword/load_merges_file.cu
+1 −1 cpp/src/text/utilities/tokenize_ops.cuh
+1 −1 cpp/tests/groupby/merge_lists_tests.cpp
+6 −6 cpp/tests/groupby/merge_sets_tests.cpp
+3 −3 cpp/tests/io/parquet_test.cpp
+4 −4 cpp/tests/lists/reverse_tests.cpp
+1 −1 cpp/tests/lists/set_operations/difference_distinct_tests.cpp
+2 −2 cpp/tests/lists/set_operations/intersect_distinct_tests.cpp
+2 −2 cpp/tests/lists/set_operations/union_distinct_tests.cpp
+5 −5 cpp/tests/lists/stream_compaction/distinct_tests.cpp
+1 −1 cpp/tests/reshape/interleave_columns_tests.cpp
+1 −1 cpp/tests/rolling/range_rolling_window_test.cpp
+1 −1 cpp/tests/sort/segmented_sort_tests.cpp
+6 −6 cpp/tests/strings/chars_types_tests.cpp
+4 −4 cpp/tests/strings/durations_tests.cpp
+1 −1 cpp/tests/utilities/column_utilities.cu

0 comments on commit 20710ef

Please sign in to comment.