ygerzhedovich commented on code in PR #2463:
URL: https://github.com/apache/ignite-3/pull/2463#discussion_r1299979771


##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/schema/IgniteSchema.java:
##########
@@ -109,7 +123,7 @@ public void addTable(IgniteTable tbl) {
      * @param tblName Table name.
      */
     public void removeTable(String tblName) {
-        tblMap.remove(tblName);
+        tableByName.remove(tblName);

Review Comment:
   seems need to remove somehow table from `tableById` map too



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to