Skip to content

Commit

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

Signed-off-by: spark-rapids automation <[email protected]>

Signed-off-by: spark-rapids automation <[email protected]>
  • Loading branch information
nvauto authored Sep 20, 2022
1 parent f1030c7 commit 261e44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/cudf
Submodule cudf updated 52 files
+0 −1 .pre-commit-config.yaml
+1 −0 ci/gpu/test-notebooks.sh
+1 −0 ci/local/build.sh
+1 −0 ci/utils/nbtest.sh
+1 −0 cpp/CMakeLists.txt
+3 −3 cpp/cmake/thirdparty/get_thrust.cmake
+16 −0 cpp/examples/basic/src/process_csv.cpp
+15 −0 cpp/include/cudf/io/text/detail/tile_state.hpp
+265 −0 cpp/src/io/json/json_tree.cu
+27 −5 cpp/src/io/json/nested_json.hpp
+181 −161 cpp/src/io/json/nested_json_gpu.cu
+1 −1 cpp/tests/CMakeLists.txt
+572 −0 cpp/tests/io/json_tree.cpp
+185 −61 cpp/tests/io/nested_json_test.cpp
+16 −0 cpp/tests/utilities/table_utilities.cu
+2 −0 docs/cudf/source/_ext/PandasCompat.py
+8 −7 print_env.sh
+20 −27 python/cudf/cudf/__init__.py
+1 −1 python/cudf/cudf/_lib/__init__.py
+2 −0 python/cudf/cudf/_lib/cpp/datetime.pxd
+1 −1 python/cudf/cudf/_lib/strings/__init__.py
+3 −1 python/cudf/cudf/core/_base_index.py
+38 −37 python/cudf/cudf/core/column/string.py
+7 −2 python/cudf/cudf/core/dataframe.py
+23 −6 python/cudf/cudf/core/frame.py
+7 −3 python/cudf/cudf/core/index.py
+64 −34 python/cudf/cudf/core/indexed_frame.py
+3 −1 python/cudf/cudf/core/multiindex.py
+3 −2 python/cudf/cudf/core/resample.py
+3 −1 python/cudf/cudf/core/udf/__init__.py
+2 −0 python/cudf/cudf/core/udf/_ops.py
+3 −0 python/cudf/cudf/core/udf/api.py
+2 −0 python/cudf/cudf/core/window/__init__.py
+1 −1 python/cudf/cudf/io/__init__.py
+2 −0 python/cudf/cudf/tests/test_apply_rows.py
+2 −0 python/cudf/cudf/tests/test_datasets.py
+45 −0 python/cudf/cudf/tests/test_list.py
+2 −0 python/cudf/cudf/tests/test_numpy_interop.py
+2 −0 python/cudf/cudf/tests/test_query_mask.py
+2 −1 python/cudf/cudf/utils/utils.py
+1 −2 python/cudf/setup.py
+1 −2 python/cudf_kafka/setup.py
+1 −2 python/custreamz/setup.py
+2 −0 python/dask_cudf/dask_cudf/io/json.py
+2 −0 python/dask_cudf/dask_cudf/io/tests/test_csv.py
+2 −0 python/dask_cudf/dask_cudf/io/tests/test_json.py
+3 −0 python/dask_cudf/dask_cudf/tests/test_delayed_io.py
+2 −0 python/dask_cudf/dask_cudf/tests/test_dispatch.py
+2 −0 python/dask_cudf/dask_cudf/tests/test_join.py
+2 −0 python/dask_cudf/dask_cudf/tests/test_sort.py
+2 −0 python/dask_cudf/dask_cudf/tests/test_struct.py
+1 −2 python/dask_cudf/setup.py

0 comments on commit 261e44a

Please sign in to comment.