A developer shares their experience of parsing SQL queries to dynamically load tables in Apache Datafusion using Rust. They discuss their approach, using the sqlparser crate, to extract a list of tables from SQL queries to enable feature validation without fully implementing CatalogProvider and SchemaProvider. Sample Rust code and tests are provided to demonstrate the process.
Sort: