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

update datafusion to 5.1.0 for python binding #967

Merged
merged 2 commits into from
Sep 8, 2021

Conversation

houqp
Copy link
Member

@houqp houqp commented Sep 4, 2021

Which issue does this PR close?

Close #961.

Rationale for this change

Python building pins datafusion by git path, we should pin to workspace path and crates.io version instead.

What changes are included in this PR?

  • Bump datafusion version
  • Fix python build
  • Change python binding cargo package name to datafusion-python

Are there any user-facing changes?

Breaking API change for dataframe join method due to major change in Rust core.

@houqp houqp added this to the 5.1.0 milestone Sep 4, 2021
@github-actions github-actions bot added the python label Sep 4, 2021
@houqp
Copy link
Member Author

houqp commented Sep 4, 2021

also cc @jimexist

@houqp houqp mentioned this pull request Sep 4, 2021
@@ -31,7 +31,8 @@ libc = "0.2"
tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync"] }
rand = "0.7"
pyo3 = { version = "0.14.1", features = ["extension-module", "abi3", "abi3-py36"] }
datafusion = { git = "https://github.com/apache/arrow-datafusion.git", rev = "4d61196dee8526998aee7e7bb10ea88422e5f9e1" }
datafusion = { path = "../datafusion", version = "5.1.0" }
proc-macro2 = { version = "=1.0.28" }
Copy link
Member Author

Choose a reason for hiding this comment

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

this is for #961

@houqp houqp merged commit bb616bf into apache:master Sep 8, 2021
@houqp houqp deleted the qp_python_df branch September 8, 2021 04:32
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Thanks @houqp !

@houqp houqp added enhancement New feature or request development-process Related to development process of DataFusion labels Nov 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development-process Related to development process of DataFusion enhancement New feature or request
Projects
None yet
3 participants