SteveYurongSu commented on code in PR #14169: URL: https://github.com/apache/iotdb/pull/14169#discussion_r1853381535
########## iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/analyzer/StatementAnalyzer.java: ########## @@ -492,7 +492,7 @@ protected Scope visitUse(Use node, Optional<Scope> scope) { @Override protected Scope visitInsert(Insert insert, Optional<Scope> scope) { - throw new SemanticException("Insert statement is not supported yet."); + throw new SemanticException("in"); Review Comment: WHAT IS THIS FOR? :) -- 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: reviews-unsubscr...@iotdb.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org