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 arrow & librdkafka #303

Merged
merged 1 commit into from
Jun 28, 2021

Conversation

galipremsagar
Copy link
Contributor

This PR bumps arrow version to 4.0.1 and we would also need librdkafka to be fetching latest versions of 1.6.x as older versions bring in a dependency lz4-c that would be incompatible.

Needed for : rapidsai/cudf#7495

@galipremsagar galipremsagar requested a review from a team as a code owner June 24, 2021 18:18
@@ -89,7 +89,7 @@ jupyterlab_version:
jupyter_packaging_version:
- '>=0.7.0,<0.8'
librdkafka_version:
- '=1.5.*'
- '=1.6.*'
Copy link
Contributor

@jdye64 jdye64 Jun 25, 2021

Choose a reason for hiding this comment

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

LGTM. We only use core librdkafka features that have not changed in several releases so a bump like this is no issue.

@ajschmidt8 ajschmidt8 merged commit 48484d8 into rapidsai:branch-21.08 Jun 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants