Skip to content

Commit

Permalink
[submodule-sync] bot-submodule-sync-branch-23.12 to branch-23.12 [ski…
Browse files Browse the repository at this point in the history
…p ci] [bot] (NVIDIA#1568)

* Update submodule cudf to 8deb3dd7573000e7d87f18a9e2bbe39cf2932e10

Signed-off-by: spark-rapids automation <70000568+nvauto@users.noreply.github.com>

* Update submodule cudf to 9e7f8a5fdd03d6a24630687621d0ee14c2db26d7

Signed-off-by: spark-rapids automation <70000568+nvauto@users.noreply.github.com>

* Update submodule cudf to f9c586d48aa2a879b2267318088d3cc38f398662

Signed-off-by: spark-rapids automation <70000568+nvauto@users.noreply.github.com>

* Update submodule cudf to 53127de4d9e06f9fa172ac34952f85104eb7bac9

Signed-off-by: spark-rapids automation <70000568+nvauto@users.noreply.github.com>

* Update submodule cudf to 8e1ef05b2b96775ce7e1a2f22894ec7a8ebb65a4

Signed-off-by: spark-rapids automation <70000568+nvauto@users.noreply.github.com>

* Update submodule cudf to bf63d1049db70c28ea961b677ad5f207aa648860

Signed-off-by: spark-rapids automation <70000568+nvauto@users.noreply.github.com>

* Update submodule cudf to ba5ec4080be38b795053d11bf46cb3688c201893

Signed-off-by: spark-rapids automation <70000568+nvauto@users.noreply.github.com>

* Update submodule cudf to 6c2e972cefff05f6ffbba4fd9ba894e6849b041e

Signed-off-by: spark-rapids automation <70000568+nvauto@users.noreply.github.com>

* Update submodule cudf to 723c565f7a03e3e9a842526cd4cc94bcf6f582e5

Signed-off-by: spark-rapids automation <70000568+nvauto@users.noreply.github.com>

* Update submodule cudf to 823d3214a9489e3c496aa31041b5d29f650e94b3

Signed-off-by: spark-rapids automation <70000568+nvauto@users.noreply.github.com>

---------

Signed-off-by: spark-rapids automation <70000568+nvauto@users.noreply.github.com>
  • Loading branch information
nvauto authored Nov 21, 2023
1 parent ae68c6b commit 592e007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/cudf
Submodule cudf updated 46 files
+1 −1 .github/workflows/build.yaml
+0 −1 .github/workflows/test.yaml
+1 −2 ci/release/update-version.sh
+1 −1 conda/recipes/custreamz/meta.yaml
+1 −0 cpp/examples/README.md
+1 −17 cpp/examples/basic/CMakeLists.txt
+15 −16 cpp/examples/build.sh
+30 −0 cpp/examples/fetch_dependencies.cmake
+16 −0 cpp/examples/nested_types/CMakeLists.txt
+209 −0 cpp/examples/nested_types/deduplication.cpp
+5 −0 cpp/examples/nested_types/example.json
+1 −17 cpp/examples/strings/CMakeLists.txt
+2 −2 cpp/include/cudf/ast/detail/expression_parser.hpp
+14 −8 cpp/include/cudf/detail/gather.cuh
+17 −0 cpp/include/cudf/detail/null_mask.hpp
+4 −4 cpp/include/cudf/io/orc_metadata.hpp
+17 −0 cpp/include/cudf/table/table_view.hpp
+15 −0 cpp/src/bitmask/null_mask.cu
+12 −5 cpp/src/groupby/sort/group_quantiles.cu
+13 −0 cpp/src/io/orc/orc.cpp
+6 −0 cpp/src/io/orc/orc.hpp
+26 −9 cpp/src/io/orc/stats_enc.cu
+43 −15 cpp/src/io/parquet/delta_binary.cuh
+9 −3 cpp/src/io/parquet/page_data.cu
+10 −2 cpp/src/io/parquet/page_decode.cuh
+467 −23 cpp/src/io/parquet/page_delta_decode.cu
+11 −6 cpp/src/io/parquet/page_hdr.cu
+311 −33 cpp/src/io/parquet/page_string_decode.cu
+64 −15 cpp/src/io/parquet/parquet_gpu.hpp
+23 −15 cpp/src/io/parquet/reader_impl.cpp
+2 −2 cpp/src/io/parquet/reader_impl_preprocess.cu
+7 −0 cpp/src/io/utilities/datasource.cpp
+27 −0 cpp/tests/ast/transform_tests.cpp
+12 −4 cpp/tests/io/orc_test.cpp
+0 −56 cpp/tests/join/join_tests.cpp
+1 −1 docs/cudf/source/user_guide/data-types.md
+9 −1 java/src/main/java/ai/rapids/cudf/ast/Literal.java
+4 −0 python/cudf/cudf/core/indexed_frame.py
+ python/cudf/cudf/tests/data/parquet/delta_byte_arr.parquet
+12 −0 python/cudf/cudf/tests/test_dataframe.py
+99 −0 python/cudf/cudf/tests/test_mvc.py
+0 −48 python/cudf/cudf/tests/test_numba_import.py
+104 −0 python/cudf/cudf/tests/test_parquet.py
+12 −0 python/cudf/cudf/tests/test_series.py
+29 −24 python/cudf/cudf/utils/_numba.py
+4 −9 python/dask_cudf/dask_cudf/backends.py

0 comments on commit 592e007

Please sign in to comment.