Skip to content

Commit

Permalink
fix: querying temporary table (GreptimeTeam#2387)
Browse files Browse the repository at this point in the history
* fix information schema

Signed-off-by: Ruihang Xia <[email protected]>

* remove log

Signed-off-by: Ruihang Xia <[email protected]>

---------

Signed-off-by: Ruihang Xia <[email protected]>
  • Loading branch information
waynexia authored and paomian committed Oct 19, 2023
1 parent 3a362ef commit 92bff5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query/src/dist_plan/planner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 92bff5a

Please sign in to comment.