chakkk309 commented on code in PR #36036: URL: https://github.com/apache/shardingsphere/pull/36036#discussion_r2218038851
########## infra/binder/core/src/main/java/org/apache/shardingsphere/infra/binder/context/SQLStatementContextFactory.java: ########## @@ -132,6 +134,9 @@ private static SQLStatementContext getDALStatementContext(final ShardingSphereMe if (sqlStatement instanceof ExplainStatement) { return new ExplainStatementContext(metaData, (ExplainStatement) sqlStatement, params, currentDatabaseName); } + if (sqlStatement instanceof FlushStatement) { Review Comment: done -- 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