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

Fix python releases #148

Merged
merged 3 commits into from
Mar 23, 2021
Merged

Fix python releases #148

merged 3 commits into from
Mar 23, 2021

Conversation

houqp
Copy link
Member

@houqp houqp commented Mar 23, 2021

Description

Avoid linking to renameat2 glibc symbol for old glibc versions. This should unblock python release. Delta write is not supported in python at the moment, so this should have no impact to python users.

Will add workarounds for old glibc and linux kernel in a separate follow up PR.

Related Issue(s)

close #145 and #146.

@houqp houqp requested review from fvaleye and rtyler March 23, 2021 07:07
@houqp
Copy link
Member Author

houqp commented Mar 23, 2021

also cc @mosyp @xianwill

rust/build.rs Outdated Show resolved Hide resolved
Copy link
Collaborator

@fvaleye fvaleye left a comment

Choose a reason for hiding this comment

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

Perfect 👍

@houqp houqp merged commit 7781719 into main Mar 23, 2021
@houqp houqp deleted the qp_python branch March 23, 2021 20:39
@wjones127 wjones127 mentioned this pull request Mar 13, 2022
15 tasks
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.

Deltalake 0.4.3 (and 0.4.2) breaks our CI
2 participants