mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-28 02:40:38 +00:00
fix: nested views not working (#7857)
Signed-off-by: Boudewijn van Groos <boudewijn.vangroos@foundationzero.org>
This commit is contained in:
committed by
GitHub
parent
35c5a4adb7
commit
ec9d57cecc
@@ -151,7 +151,11 @@ impl DfTableSourceProvider {
|
||||
let catalog_list = Arc::new(DummyCatalogList::new(self.catalog_manager.clone()));
|
||||
let logical_plan = self
|
||||
.plan_decoder
|
||||
.decode(Bytes::from(view_info.view_info.clone()), catalog_list, true)
|
||||
.decode(
|
||||
Bytes::from(view_info.view_info.clone()),
|
||||
catalog_list,
|
||||
false,
|
||||
)
|
||||
.await
|
||||
.context(DecodePlanSnafu {
|
||||
name: &table.table_info().name,
|
||||
|
||||
Reference in New Issue
Block a user