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
Many of the tests rely on this method. Does each test get updated to a new API or do we implement our own version to start and then update the tests until it's not necessary?
3) New Trait Methods
I just marked these as TODO to get the upgrade to compile. See 8cd4fd4
The text was updated successfully, but these errors were encountered:
I sketched out some of the upgrade in #662 and wanted to share what I encountered.
Some major changes in between datafusion 36 and 37.
Needs Completing
functions.rs
BuiltInFunctons to datafusion-functionsSectionContext::tables
or updating the tests to not rely on itExecutionPlan
andExecutionPlanProperties
forDatasetExec
need implementing1) Porting BuiltinFunctions
See this epic apache/datafusion#9285.
That means much of
datafusion-python::functions.rs
needs an update. An incomplete first pass is 83249fe2)
SectionContext::tables
It was removed in apache/datafusion#9627
Many of the tests rely on this method. Does each test get updated to a new API or do we implement our own version to start and then update the tests until it's not necessary?
3) New Trait Methods
I just marked these as
TODO
to get the upgrade to compile. See 8cd4fd4The text was updated successfully, but these errors were encountered: