Commits


rdettai authored and Andrew Lamb committed 26aef88b5e9
ARROW-10900: [Rust] [DataFusion] Resolve TableScan provider eagerly > Currently, the TableScan logical plan is quite complex. It can either reference a provider or a table name that is registered to the context. > > This issue is about linking the logical plan to the TableProvider directly upon parsing of the SQL. This allows to simplify greatly the code and also makes the TableScan plan easier to use by external query plan manipulations. https://issues.apache.org/jira/browse/ARROW-10900 Closes #8910 from rdettai/ARROW-10900-eager-tablescan Authored-by: rdettai <rdettai@gmail.com> Signed-off-by: Andrew Lamb <andrew@nerdnetworks.org>