Skip to content

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
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

Development

Successfully merging this pull request may close these issues.

Error in python test check / maturn python build: function or associated item not found in proc_macro::Literal`

3 participants