strongduanmu commented on code in PR #36320: URL: https://github.com/apache/shardingsphere/pull/36320#discussion_r2281230451
########## parser/sql/statement/core/src/main/java/org/apache/shardingsphere/sql/parser/statement/core/statement/type/dml/InsertStatement.java: ########## @@ -86,6 +88,9 @@ public final class InsertStatement extends DMLStatement { private final Collection<ColumnSegment> derivedInsertColumns = new LinkedList<>(); + @Getter + private final List<InsertClause> insertClauses = new LinkedList<>(); Review Comment: Can you reuse other segment in InsertStatement? -- 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