You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* update dependencies
* update get_logical_plan signature
* remove row_number() function
row_number was converted to a UDF in datafusion v42 apache/datafusion#12030
This specific functionality needs to be added back in.
* remove unneeded dependency
* fix pyo3 warnings
Implicit defaults for trailing optional arguments have been deprecated
in pyo3 v0.22.0 PyO3/pyo3#4078
* update object_store dependency
* change PyExpr -> PySortExpr
* comment out key.extract::<&PyTuple>() condition statement
* change more instances of PyExpr > PySortExpr
* update function signatures to use _bound versions
* remove clone
* Working through some of the sort requirement changes
* remove unused import
* expr.display_name is deprecated, used format!() + schema_name() instead
* expr.canonical_name() is deprecated, use format!() expr instead
* remove comment
* fix tuple extraction in dataframe.__getitem__()
* remove unneeded import
* Add docstring comments to SortExpr python class
* change extract() to downcast()
Co-authored-by: Michael J Ward <[email protected]>
* deprecate Expr::display_name
Ref: apache/datafusion#11797
* fix lint errors
* update datafusion commit hash
* fix type in cargo file for arrow features
* upgrade to datafusion 42
* cleanup
---------
Co-authored-by: Tim Saucer <[email protected]>
Co-authored-by: Michael J Ward <[email protected]>
Co-authored-by: Michael-J-Ward <[email protected]>
0 commit comments