TherChenYang commented on code in PR #30173:
URL: https://github.com/apache/shardingsphere/pull/30173#discussion_r1493721978
##########
parser/sql/statement/src/main/java/org/apache/shardingsphere/sql/parser/sql/dialect/handler/dml/InsertStatementHandler.java:
##########
@@ -335,4 +336,16 @@ public static Optional<WithTableHintSegment>
getWithTableHintSegment(final Inser
}
return Optional.empty();
}
+
+ /**
+ * Get rowSet function segment.
Review Comment:
Thank you very much. I have made the changes.
##########
parser/sql/statement/src/main/java/org/apache/shardingsphere/sql/parser/sql/dialect/statement/sqlserver/dml/SQLServerInsertStatement.java:
##########
@@ -76,4 +79,12 @@ public Optional<ExecSegment> getExecSegment() {
public Optional<WithTableHintSegment> getWithTableHintSegment() {
return Optional.ofNullable(withTableHintSegment);
}
+
+ /**
+ * Get rowSet function segment.
Review Comment:
Thank you very much. I have made the changes.
--
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]