strongduanmu commented on a change in pull request #15882:
URL: https://github.com/apache/shardingsphere/pull/15882#discussion_r821562760
##########
File path:
shardingsphere-infra/shardingsphere-infra-binder/src/main/java/org/apache/shardingsphere/infra/binder/statement/ddl/CreateTableStatementContext.java
##########
@@ -67,4 +70,13 @@ public CreateTableStatementContext(final
CreateTableStatement sqlStatement) {
}
return result;
}
+
+ @Override
+ public Collection<ConstraintSegment> getConstraints() {
+ List<ConstraintSegment> result = new LinkedList<>();
Review comment:
@ICannerxy Replace List with Collection may be better.
--
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]