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 6e01bef commit ecbd8edCopy full SHA for ecbd8ed
tests/materialized_listing_table.rs
@@ -503,7 +503,7 @@ impl TableProvider for MaterializedListingTable {
503
self.inner.get_table_definition()
504
}
505
506
- fn get_logical_plan(&self) -> Option<Cow<LogicalPlan>> {
+ fn get_logical_plan(&self) -> Option<Cow<'_, LogicalPlan>> {
507
// We _could_ return the LogicalPlan here,
508
// but it will cause this table to be treated like a regular view
509
// and the materialized results will not be used.
0 commit comments