stantheman0128 opened a new issue, #1668:
URL: https://github.com/apache/datafusion-python/issues/1668

   Split out from #1577 (item 2).
   
   Unlike `CatalogProvider` / `SchemaProvider`, wiring a plain-Python 
`TableProvider` subclass through to the Rust `TableProvider` trait needs a new 
`RustWrappedPyTableProvider`, analogous to `RustWrappedPySchemaProvider` in 
`catalog.rs`. It has to cover `scan()` returning an `ExecutionPlan`, 
`supports_filters_pushdown`, and statistics.
   
   This is execution-engine work, not a typing-only change, so it doesn't 
belong in a typing PR. Opening as its own issue so the design (partial pushdown 
support, how statistics get surfaced to the Python side) can be discussed 
before someone picks it up.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to