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 May 24, 2022
1 parent b3866da commit 178756b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/cudf
Submodule cudf updated 38 files
+0 −7 conda/environments/cudf_dev_cuda11.5.yml
+0 −8 conda/recipes/cudf/conda_build_config.yaml
+3 −4 conda/recipes/cudf/meta.yaml
+0 −8 conda/recipes/cudf_kafka/conda_build_config.yaml
+3 −3 conda/recipes/cudf_kafka/meta.yaml
+3 −0 conda/recipes/custreamz/meta.yaml
+3 −0 conda/recipes/dask-cudf/meta.yaml
+0 −12 conda/recipes/libcudf/conda_build_config.yaml
+3 −15 conda/recipes/libcudf/meta.yaml
+3 −2 cpp/include/cudf/lists/combine.hpp
+0 −20 cpp/include/cudf/table/experimental/row_operators.cuh
+1 −2 cpp/src/io/comp/io_uncomp.hpp
+1 −40 cpp/src/io/comp/uncomp.cpp
+1 −2 cpp/src/io/functions.cpp
+7 −9 cpp/src/io/orc/aggregate_orc_metadata.cpp
+2 −4 cpp/src/io/orc/aggregate_orc_metadata.hpp
+6 −10 cpp/src/io/orc/orc.cpp
+2 −4 cpp/src/io/orc/orc.hpp
+3 −12 cpp/src/io/orc/reader_impl.cu
+0 −1 cpp/src/io/orc/reader_impl.hpp
+43 −246 cpp/src/lists/combine/concatenate_rows.cu
+8 −502 cpp/tests/lists/combine/concatenate_rows_tests.cpp
+ docs/cudf/source/developer_guide/frame_class_diagram.png
+0 −6 docs/cudf/source/developer_guide/index.md
+0 −263 docs/cudf/source/developer_guide/library_design.md
+0 −1 docs/cudf/source/index.rst
+1 −0 docs/cudf/source/user_guide/index.md
+212 −0 docs/cudf/source/user_guide/internals.md
+8 −23 java/src/test/java/ai/rapids/cudf/ColumnVectorTest.java
+2 −2 python/cudf/cudf/core/indexed_frame.py
+1 −1 python/cudf/cudf/io/avro.py
+1 −1 python/cudf/cudf/io/csv.py
+2 −4 python/cudf/cudf/io/json.py
+3 −3 python/cudf/cudf/io/orc.py
+1 −1 python/cudf/cudf/io/parquet.py
+1 −1 python/cudf/cudf/io/text.py
+0 −18 python/cudf/cudf/tests/test_orc.py
+8 −18 python/cudf/cudf/utils/ioutils.py

0 comments on commit 178756b

Please sign in to comment.