Skip to content

Commit

Permalink
fix: querying temporary table (#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 Sep 13, 2023
1 parent 93f3048 commit cc7eb3d
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 cc7eb3d

Please sign in to comment.