cheese8 commented on code in PR #17756:
URL: https://github.com/apache/shardingsphere/pull/17756#discussion_r875810294


##########
shardingsphere-sql-parser/shardingsphere-sql-parser-statement/src/main/java/org/apache/shardingsphere/sql/parser/sql/common/extractor/TableExtractor.java:
##########
@@ -217,11 +219,23 @@ public void extractTablesFromInsert(final InsertStatement 
insertStatement) {
                 extractTablesFromExpression(each);
             }
         }
+        if (insertStatement instanceof MySQLInsertStatement) {

Review Comment:
   OK, I see



-- 
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: notifications-unsubscr...@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to