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 Aug 1, 2022
1 parent 358d093 commit 187b47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/cudf
Submodule cudf updated 42 files
+4 −0 CHANGELOG.md
+7 −0 CONTRIBUTING.md
+1 −1 ci/checks/style.sh
+1 −1 ci/gpu/build.sh
+1 −1 ci/gpu/java.sh
+2 −2 conda/environments/cudf_dev_cuda11.5.yml
+2 −2 conda/recipes/cudf/meta.yaml
+1 −1 conda/recipes/libcudf/conda_build_config.yaml
+2 −1 cpp/CMakeLists.txt
+2 −2 cpp/doxygen/Doxyfile
+1 −1 cpp/examples/basic/CMakeLists.txt
+29 −0 cpp/include/cudf/io/json.hpp
+7 −4 cpp/include/cudf/table/table_device_view.cuh
+4 −3 cpp/include/cudf/table/table_view.hpp
+1 −1 cpp/libcudf_kafka/CMakeLists.txt
+31 −0 cpp/src/io/json/experimental/read_json.cpp
+36 −0 cpp/src/io/json/experimental/read_json.hpp
+6 −0 cpp/src/io/json/reader_impl.cu
+1 −1 cpp/src/strings/convert/convert_datetime.cu
+29 −9 cpp/tests/strings/datetime_tests.cpp
+1 −1 docs/cudf/README.md
+2 −2 docs/cudf/source/conf.py
+1 −1 fetch_rapids.cmake
+2 −2 java/ci/README.md
+1 −1 java/pom.xml
+1 −1 java/src/main/native/CMakeLists.txt
+1 −1 python/cudf/CMakeLists.txt
+0 −22 python/cudf/cudf/core/column/column.py
+6 −0 python/cudf/cudf/core/dataframe.py
+0 −6 python/cudf/cudf/core/frame.py
+24 −32 python/cudf/cudf/core/index.py
+1 −26 python/cudf/cudf/io/csv.py
+1 −24 python/cudf/cudf/io/json.py
+0 −51 python/cudf/cudf/options.py
+0 −17 python/cudf/cudf/tests/conftest.py
+0 −76 python/cudf/cudf/tests/test_csv.py
+0 −128 python/cudf/cudf/tests/test_index.py
+1 −65 python/cudf/cudf/tests/test_json.py
+0 −12 python/cudf/cudf/tests/test_scalar.py
+0 −19 python/cudf/cudf/tests/test_series.py
+1 −25 python/cudf/cudf/utils/dtypes.py
+0 −28 python/custreamz/thirdparty/LICENSE

0 comments on commit 187b47b

Please sign in to comment.