Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REVIEW] Upgrade to arrow-11 #12757

Merged
merged 25 commits into from
Mar 29, 2023
Merged
Show file tree
Hide file tree
Changes from 23 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
c1dbdde
Upgrade to arrow 11
galipremsagar Feb 10, 2023
e03f079
temp commit
galipremsagar Feb 10, 2023
57e81ca
Merge branch 'branch-23.04' into arrow_11
galipremsagar Feb 10, 2023
1899497
temp
galipremsagar Feb 10, 2023
66ed1d0
fix cpp
galipremsagar Feb 10, 2023
523c5d0
Merge branch 'arrow_11' of https://github.com/galipremsagar/cudf into…
galipremsagar Feb 10, 2023
9372a06
Apply suggestions from code review
galipremsagar Feb 11, 2023
dd705da
upgrade kafka
galipremsagar Feb 11, 2023
1b41b87
Update ci/cpu/build.sh
galipremsagar Feb 11, 2023
2ae0925
Merge branch 'arrow_11' of https://github.com/galipremsagar/cudf into…
galipremsagar Feb 11, 2023
2883005
merge
galipremsagar Feb 11, 2023
8ed2120
Apply suggestions from code review
galipremsagar Feb 11, 2023
471a9f2
temp
galipremsagar Feb 11, 2023
53712a6
Merge branch 'arrow_11' of https://github.com/galipremsagar/cudf into…
galipremsagar Feb 11, 2023
c0a6661
Fix pinnings
galipremsagar Feb 13, 2023
7f7005f
Merge branch 'branch-23.04' into arrow_11
galipremsagar Feb 13, 2023
01ca676
Merge branch 'branch-23.04' into arrow_11
galipremsagar Feb 16, 2023
da2b5a1
Update ci/build_cpp.sh
galipremsagar Feb 16, 2023
d2810d3
Merge branch 'branch-23.04' into arrow_11
galipremsagar Feb 23, 2023
7a6b866
Merge
galipremsagar Mar 27, 2023
c2a088c
updates
galipremsagar Mar 27, 2023
c004c15
merge
galipremsagar Mar 27, 2023
f1f23ca
Merge remote-tracking branch 'upstream/branch-23.06' into arrow_11
galipremsagar Mar 28, 2023
204683d
Update ci/build_cpp.sh
galipremsagar Mar 29, 2023
34fbaef
Merge branch 'branch-23.06' into arrow_11
galipremsagar Mar 29, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ci/build_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ source rapids-env-update

export CMAKE_GENERATOR=Ninja

gpuci_conda_retry remove --force pyarrow arrow-cpp openssl librdkafka
rapids-mamba-retry install -y "pyarrow=11" "libarrow=11" "librdkafka>=1.9.0,<1.10.0a0"

galipremsagar marked this conversation as resolved.
Show resolved Hide resolved
rapids-print-env

rapids-logger "Begin cpp build"
Expand Down
8 changes: 4 additions & 4 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ dependencies:
- gtest==1.10.0.*
- hypothesis
- ipython
- libarrow==10.0.1.*
- librdkafka=1.7.0
- libarrow==11.0.0.*
- librdkafka>=1.9.0,<1.10.0a0
- librmm==23.6.*
- mimesis>=4.1.0
- moto>=4.0.8
Expand All @@ -56,15 +56,15 @@ dependencies:
- pre-commit
- protobuf>=4.21.6,<4.22
- ptxcompiler
- pyarrow==10.0.1.*
- pyarrow==11.0.0.*
- pydata-sphinx-theme
- pyorc
- pytest
- pytest-benchmark
- pytest-cases
- pytest-cov
- pytest-xdist
- python-confluent-kafka==1.7.0
- python-confluent-kafka>=1.9.0,<1.10.0a0
- python-snappy>=0.6.0
- python>=3.8,<3.11
- pytorch<1.12.0
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/cudf/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ requirements:
- setuptools
- numba >=0.56.4,<0.57
- dlpack >=0.5,<0.6.0a0
- pyarrow =10
- pyarrow =11
- libcudf ={{ version }}
- rmm ={{ minor_version }}
- cudatoolkit ={{ cuda_version }}
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/cudf_kafka/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ requirements:
run:
- python
- libcudf_kafka ={{ version }}
- python-confluent-kafka >=1.7.0,<1.8.0a0
- python-confluent-kafka >=1.9.0,<1.10.0a0
- cudf ={{ version }}

test:
Expand Down
4 changes: 2 additions & 2 deletions conda/recipes/libcudf/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ gtest_version:
- "=1.10.0"

libarrow_version:
- "=10"
- "=11"

dlpack_version:
- ">=0.5,<0.6.0a0"

librdkafka_version:
- ">=1.7.0,<1.8.0a0"
- ">=1.9.0,<1.10.0a0"
galipremsagar marked this conversation as resolved.
Show resolved Hide resolved

fmt_version:
- ">=9.1.0,<10"
Expand Down
2 changes: 1 addition & 1 deletion cpp/cmake/thirdparty/get_arrow.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ if(NOT DEFINED CUDF_VERSION_Arrow)
set(CUDF_VERSION_Arrow
# This version must be kept in sync with the libarrow version pinned for builds in
# dependencies.yaml.
10.0.1
11.0.0
CACHE STRING "The version of Arrow to find (or build)"
)
endif()
Expand Down
14 changes: 7 additions & 7 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ dependencies:
- &gmock gmock==1.10.0.*
# Hard pin the patch version used during the build. This must be kept
# in sync with the version pinned in get_arrow.cmake.
- libarrow==10.0.1.*
- librdkafka=1.7.0
- libarrow==11.0.0.*
- librdkafka>=1.9.0,<1.10.0a0
- spdlog>=1.11.0,<1.12
build_wheels:
common:
Expand All @@ -232,7 +232,7 @@ dependencies:
- cython>=0.29,<0.30
# Hard pin the patch version used during the build. This must be kept
# in sync with the version pinned in get_arrow.cmake.
- pyarrow==10.0.1.*
- pyarrow==11.0.0.*
- numpy>=1.21
build_python:
common:
Expand All @@ -251,13 +251,13 @@ dependencies:
- output_types: [conda, requirements]
packages:
# Allow runtime version to float up to minor version
- libarrow==10.*
- libarrow==11.*
pyarrow_run:
common:
- output_types: [conda, requirements, pyproject]
packages:
# Allow runtime version to float up to minor version
- pyarrow==10.*
- pyarrow==11.*
cudatoolkit:
specific:
- output_types: conda
Expand Down Expand Up @@ -392,11 +392,11 @@ dependencies:
common:
- output_types: conda
packages:
- python-confluent-kafka==1.7.0
- python-confluent-kafka>=1.9.0,<1.10.0a0
- output_types: [requirements, pyproject]
packages:
- *cudf
- confluent-kafka==1.7.0
- confluent-kafka>=1.9.0,<1.10.0a0
run_custreamz:
common:
- output_types: [conda, requirements, pyproject]
Expand Down
4 changes: 2 additions & 2 deletions python/cudf/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requires = [
"ninja",
"numpy>=1.21",
"protoc-wheel",
"pyarrow==10.0.1.*",
"pyarrow==11.0.0.*",
"rmm==23.6.*",
"scikit-build>=0.13.1",
"setuptools",
Expand Down Expand Up @@ -38,7 +38,7 @@ dependencies = [
"pandas>=1.3,<1.6.0dev0",
"protobuf>=4.21.6,<4.22",
"ptxcompiler",
"pyarrow==10.*",
"pyarrow==11.*",
"rmm==23.6.*",
"typing_extensions",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
Expand Down
4 changes: 2 additions & 2 deletions python/cudf_kafka/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
requires = [
"cython>=0.29,<0.30",
"numpy>=1.21",
"pyarrow==10.0.1.*",
"pyarrow==11.0.0.*",
"setuptools",
"wheel",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
Expand All @@ -21,7 +21,7 @@ authors = [
license = { text = "Apache 2.0" }
requires-python = ">=3.8"
dependencies = [
"confluent-kafka==1.7.0",
"confluent-kafka>=1.9.0,<1.10.0a0",
"cudf==23.6.*",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.

Expand Down