Skip to content

Upgrade arrow to 13 - #14330

Merged
rapids-bot[bot] merged 27 commits into
NVIDIA:branch-23.12from
galipremsagar:arrow_13
Oct 27, 2023
Merged

Upgrade arrow to 13#14330
rapids-bot[bot] merged 27 commits into
NVIDIA:branch-23.12from
galipremsagar:arrow_13

Conversation

@galipremsagar

Copy link
Copy Markdown
Contributor

Description

This PR upgrades arrow to 13.

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@galipremsagar galipremsagar added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Oct 25, 2023
@galipremsagar galipremsagar self-assigned this Oct 25, 2023
@galipremsagar
galipremsagar requested review from a team as code owners October 25, 2023 20:44
@github-actions github-actions Bot added libcudf Affects libcudf (C++/CUDA) code. Python Affects Python cuDF API. CMake CMake build issue conda labels Oct 25, 2023
@galipremsagar galipremsagar mentioned this pull request Oct 25, 2023
3 tasks

@bdice bdice left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks @galipremsagar!

@github-actions github-actions Bot added the ci label Oct 26, 2023
@galipremsagar galipremsagar added the 5 - Ready to Merge Testing and reviews complete, ready to merge label Oct 26, 2023
@github-actions github-actions Bot removed the ci label Oct 26, 2023
Comment thread conda/recipes/libcudf/meta.yaml
Comment thread conda/recipes/libcudf/meta.yaml
@bdice

bdice commented Oct 27, 2023

Copy link
Copy Markdown
Contributor

/merge

@rapids-bot
rapids-bot Bot merged commit 7d6c377 into NVIDIA:branch-23.12 Oct 27, 2023
@vyasr vyasr mentioned this pull request Oct 27, 2023
3 tasks
rapids-bot Bot pushed a commit that referenced this pull request Oct 31, 2023
In #14330 we upgraded to Arrow 13. However, we only did so for conda packages. For wheels, we couldn't do the same because pyarrow 13 started supporting two manylinux versions, both 2.17 and 2.28. This results in ABI compatibility issues because cudf wheels bundle an identical libarrow and was previously configured to compile with the CXX11 ABI turned off for compatibility with the  libarrow in the 2.17 wheels. To address this, this PR modifies the CMake logic to only set that flag conditionally based on the glibc version on the host system.

Authors:
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - GALI PREM SAGAR (https://github.com/galipremsagar)
  - Robert Maynard (https://github.com/robertmaynard)
  - Ray Douglass (https://github.com/raydouglass)
  - Bradley Dice (https://github.com/bdice)

URL: #14339
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

5 - Ready to Merge Testing and reviews complete, ready to merge CMake CMake build issue improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change Python Affects Python cuDF API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants