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
* chore: upgrade datafusion Deps
Ref #690
* update concat and concat_ws to use datafusion_functions
Moved in apache/datafusion#10089
* feat: upgrade functions.rs
Upstream is continuing it's migration to UDFs.
Ref apache/datafusion#10098
Ref apache/datafusion#10372
* fix ScalarUDF import
* feat: remove deprecated suppors_filter_pushdown and impl supports_filters_pushdown
Deprecated function removed in apache/datafusion#9923
* use `unnest_columns_with_options` instead of deprecated `unnest_column_with_option`
* remove ScalarFunction wrappers
These relied on upstream BuiltinScalarFunction, which are now removed.
Ref apache/datafusion#10098
* update dataframe `test_describe`
`null_count` was fixed upstream.
Ref apache/datafusion#10260
* remove PyDFField and related methods
DFField was removed upstream.
Ref: apache/datafusion#9595
* bump `datafusion-python` package version to 38.0.0
* re-implement `PyExpr::column_name`
The previous implementation relied on `DFField` which was removed upstream.
Ref: apache/datafusion#9595
0 commit comments