mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-07 13:52:59 +00:00
fix: querying temporary table (#2387)
* fix information schema Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * remove log Signed-off-by: Ruihang Xia <waynestxia@gmail.com> --------- Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
@@ -181,8 +181,8 @@ impl TreeNodeVisitor for TableNameExtractor {
|
||||
info.schema_name.clone(),
|
||||
info.name.clone(),
|
||||
));
|
||||
return Ok(VisitRecursion::Stop);
|
||||
}
|
||||
return Ok(VisitRecursion::Stop);
|
||||
}
|
||||
}
|
||||
match &scan.table_name {
|
||||
|
||||
Reference in New Issue
Block a user