splitgraph / seafowl

Analytical database for data-driven Web applications 🪶
https://seafowl.io
Apache License 2.0
388 stars 9 forks source link

Remove delta-rs backports #488

Closed gruuya closed 5 months ago

gruuya commented 5 months ago

Instead of explicitly building a custom scan out of the approparite partition files, use TableProvider::scan instead, since that also performs partition pruning implicitly when building the base execution plan.