Skip to content

Conversation

@jimexist
Copy link
Member

@jimexist jimexist commented Jul 18, 2021

Which issue does this PR close?

update python crate dependencies

Closes #.

Rationale for this change

  • to reflect some typing changes in arrow 5

What changes are included in this PR?

  • note that some of the functions are not actually unary functions, will be fixed in subsequent pull requests

Are there any user-facing changes?

@jimexist jimexist force-pushed the update-python-deps branch from 816228b to 45f887c Compare July 18, 2021 08:59
@jimexist jimexist changed the title update python crate dependencies and rename define function macros update python crate dependencies Jul 18, 2021
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.

Looks good to me. FYI @jorgecarleitao

@alamb alamb merged commit afe29bd into apache:master Jul 18, 2021
@jimexist jimexist deleted the update-python-deps branch July 18, 2021 12:43
unkloud pushed a commit to unkloud/datafusion that referenced this pull request Mar 23, 2025
H0TB0X420 pushed a commit to H0TB0X420/datafusion that referenced this pull request Oct 7, 2025
* let pyo3 convert the StorageContexts argument in PySessionContext::register_object_store

* clean PySessionContext methods from_pylist and from_pydict

* clean PySessionContext metehods from_polars, from_pandas, from_arrow_table

* prefer bound Python token over  Python::with_gil

When available, using an already bound python token is zero-cost.

Python::with_gil carries a runtime check.

Ref: PyO3/pyo3#4274
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.

2 participants