colinmarc commented on PR #16750:
URL: https://github.com/apache/datafusion/pull/16750#issuecomment-3066014621
Somewhat unrelated, but maybe something like the following would be cleaner
(untested)?
```rust
trait TableProvider: TableSource {
// only scan and get_table_definition
```
It would be a breaking change, but it's not a difficult migration (you just
add an `impl TableSource for MyTableProvider` and move the other methods there.
--
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]