Skip to content

Commit

Permalink
find reason and add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
xudong963 committed Nov 25, 2024
1 parent 47c52bd commit 24faa0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/query/sql/src/planner/binder/bind_query/bind.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,9 @@ impl Binder {
} else {
return Err(ErrorCode::Internal("Binder's Subquery executor is not set"));
};

// Todo: clear the table with the same name in table cache

Ok(())
}
}

0 comments on commit 24faa0f

Please sign in to comment.