Skip to content

Commit

Permalink
Auto-merge use submodule in BASE ref
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 committed Nov 18, 2022
1 parent 0089a54 commit 694fa23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/cudf
Submodule cudf updated 40 files
+0 −77 .github/workflows/wheels.yml
+0 −3 .gitignore
+4 −0 CHANGELOG.md
+1 −1 ci/checks/style.sh
+1 −1 ci/gpu/build.sh
+1 −1 ci/gpu/java.sh
+2 −2 conda/environments/all_cuda-115_arch-x86_64.yaml
+67 −85 cpp/CMakeLists.txt
+2 −2 cpp/doxygen/Doxyfile
+1 −1 cpp/examples/basic/CMakeLists.txt
+1 −1 cpp/examples/strings/CMakeLists.txt
+0 −56 cpp/include/cudf/io/detail/parquet.hpp
+0 −68 cpp/include/cudf/io/parquet.hpp
+1 −1 cpp/libcudf_kafka/CMakeLists.txt
+0 −39 cpp/src/io/functions.cpp
+253 −257 cpp/src/io/parquet/page_data.cu
+0 −1 cpp/src/io/parquet/page_hdr.cu
+22 −45 cpp/src/io/parquet/parquet_gpu.hpp
+0 −15 cpp/src/io/parquet/reader.cpp
+52 −110 cpp/src/io/parquet/reader_impl.cpp
+4 −78 cpp/src/io/parquet/reader_impl.hpp
+18 −731 cpp/src/io/parquet/reader_impl_preprocess.cu
+0 −27 cpp/src/io/utilities/column_buffer.cpp
+1 −5 cpp/src/io/utilities/column_buffer.hpp
+1 −1 cpp/tests/CMakeLists.txt
+0 −887 cpp/tests/io/parquet_chunked_reader_test.cpp
+4 −4 dependencies.yaml
+2 −2 docs/cudf/source/conf.py
+1 −1 fetch_rapids.cmake
+1 −1 java/src/main/native/CMakeLists.txt
+2 −32 python/cudf/CMakeLists.txt
+0 −1 python/cudf/LICENSE
+0 −37 python/cudf/_custom_build/backend.py
+0 −71 python/cudf/cmake/Modules/WheelHelpers.cmake
+2 −17 python/cudf/cudf/_lib/CMakeLists.txt
+0 −6 python/cudf/pyproject.toml
+45 −20 python/cudf/setup.py
+0 −1 python/dask_cudf/LICENSE
+48 −16 python/dask_cudf/setup.py
+1 −1 python/strings_udf/CMakeLists.txt

0 comments on commit 694fa23

Please sign in to comment.