umbrella: datafusion support
### Search before asking
- [x] I searched in the [issues](https://github.com/apache/paimon-rust/issues) and found nothing similar.
### Motivation
TODO List:
- [x] Predicte pushdown
- [x] table scan refactor: bucket pruning, Limit with predicate
- [x] Data level stats pruning
- [x] CatalogProvider - Significant improvement in user experience, no need to manually register each table
- [x] Limit pushdown - easy to implement, greatly improving the interactive query experience
- [x] Nested Types - Expand the Scope of Queryable Tables
- [x] Schema Evolution: data reader.
- [x] Paimon Table types Cover: Data Evolution mode support
- [x] Time travel - snapshot id
- [x] Time travel - tag name
- [x] Use multiple-threads read manifest
- [x] filter pushdown to data read
- [x] Support data evolution row id filter
- [x] Python Datafusion API
### Solution
_No response_
### Anything else?
_No response_
### Willingness to contribute
- [ ] I'm willing to submit a PR!
关闭于 2026-04-07 0 条评论