Michael-J-Ward opened a new issue, #663:
URL: https://github.com/apache/datafusion-python/issues/663

   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.
   
   ## https://github.com/apache/datafusion/issues/9285
   
   That means much of  `datafusion-python::functions.rs` needs an update. An 
incomplete first pass is 
https://github.com/apache/datafusion-python/pull/662/commits/83249fe9a4e809bb6065671bcaee543065d2d356
   
   ## `SectionContext::tables` was removed in 
https://github.com/apache/datafusion/pull/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?
   
   ## new trait methods for `ExecutionPlan` and `ExecutionPlanProperties` for 
`DatasetExec` need implementing


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to