8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.
functions.rs
SectionContext::tables
ExecutionPlan
ExecutionPlanProperties
DatasetExec
See this epic apache/datafusion#9285.
That means much of datafusion-python::functions.rs needs an update. An incomplete first pass is 83249fe
datafusion-python::functions.rs
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?
I just marked these as TODO to get the upgrade to compile. See 8cd4fd4
TODO