We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978c24f commit 608e717Copy full SHA for 608e717
src/query/stream_schema_provider.rs
@@ -218,7 +218,7 @@ impl StandardTableProvider {
218
Ok(())
219
}
220
221
- /// Create an exection plan over the records in arrows and parquet that are still in staging, awaiting push to object storage
+ /// Create an execution plan over the records in arrows and parquet that are still in staging, awaiting push to object storage
222
async fn get_staging_execution_plan(
223
&self,
224
execution_plans: &mut Vec<Arc<dyn ExecutionPlan>>,
0 commit comments