Skip to content

Commit

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

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 Oct 29, 2022
1 parent 5972e40 commit 2b2ee3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/cudf
Submodule cudf updated 49 files
+4 −0 .pre-commit-config.yaml
+1 −8 python/cudf/cudf/_lib/aggregation.pyx
+0 −3 python/cudf/cudf/_lib/binaryop.pyx
+2 −19 python/cudf/cudf/_lib/column.pyx
+1 −4 python/cudf/cudf/_lib/copying.pyx
+3 −9 python/cudf/cudf/_lib/csv.pyx
+0 −1 python/cudf/cudf/_lib/expressions.pyx
+1 −9 python/cudf/cudf/_lib/filling.pyx
+1 −15 python/cudf/cudf/_lib/groupby.pyx
+0 −2 python/cudf/cudf/_lib/hash.pyx
+0 −5 python/cudf/cudf/_lib/interop.pyx
+0 −4 python/cudf/cudf/_lib/io/utils.pyx
+0 −7 python/cudf/cudf/_lib/join.pyx
+1 −3 python/cudf/cudf/_lib/json.pyx
+1 −9 python/cudf/cudf/_lib/labeling.pyx
+2 −10 python/cudf/cudf/_lib/lists.pyx
+0 −1 python/cudf/cudf/_lib/merge.pyx
+1 −2 python/cudf/cudf/_lib/nvtext/edit_distance.pyx
+2 −3 python/cudf/cudf/_lib/nvtext/subword_tokenize.pyx
+1 −2 python/cudf/cudf/_lib/nvtext/tokenize.pyx
+2 −11 python/cudf/cudf/_lib/orc.pyx
+2 −9 python/cudf/cudf/_lib/parquet.pyx
+0 −1 python/cudf/cudf/_lib/partitioning.pyx
+1 −8 python/cudf/cudf/_lib/quantiles.pyx
+8 −20 python/cudf/cudf/_lib/reduce.pyx
+0 −1 python/cudf/cudf/_lib/reshape.pyx
+0 −4 python/cudf/cudf/_lib/rolling.pyx
+1 −6 python/cudf/cudf/_lib/scalar.pyx
+1 −6 python/cudf/cudf/_lib/sort.pyx
+1 −8 python/cudf/cudf/_lib/stream_compaction.pyx
+1 −7 python/cudf/cudf/_lib/string_casting.pyx
+0 −2 python/cudf/cudf/_lib/strings/combine.pyx
+2 −15 python/cudf/cudf/_lib/strings/convert/convert_fixed_point.pyx
+1 −2 python/cudf/cudf/_lib/strings/convert/convert_floats.pyx
+1 −2 python/cudf/cudf/_lib/strings/convert/convert_integers.pyx
+0 −2 python/cudf/cudf/_lib/strings/extract.pyx
+0 −1 python/cudf/cudf/_lib/strings/findall.pyx
+0 −2 python/cudf/cudf/_lib/strings/json.pyx
+0 −2 python/cudf/cudf/_lib/strings/padding.pyx
+1 −2 python/cudf/cudf/_lib/strings/replace.pyx
+1 −5 python/cudf/cudf/_lib/strings/split/partition.pyx
+0 −1 python/cudf/cudf/_lib/strings/split/split.pyx
+0 −2 python/cudf/cudf/_lib/strings/strip.pyx
+1 −4 python/cudf/cudf/_lib/text.pyx
+0 −4 python/cudf/cudf/_lib/transform.pyx
+0 −1 python/cudf/cudf/_lib/types.pyx
+5 −16 python/cudf/cudf/_lib/unary.pyx
+0 −1 python/cudf/cudf/_lib/utils.pyx
+1 −1 python/strings_udf/strings_udf/_lib/cudf_jit_udf.pyx

0 comments on commit 2b2ee3f

Please sign in to comment.