alex-plekhanov commented on code in PR #13219:
URL: https://github.com/apache/ignite/pull/13219#discussion_r3414391326
##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/ddl/DdlCommandHandler.java:
##########
@@ -498,4 +516,35 @@ else if (!F.isEmpty(cmd.primaryKeyColumns()) &&
cmd.primaryKeyColumns().size() =
return res;
}
+
+ /** */
+ private void validateTypeName(String typeName) {
Review Comment:
User should retry with another type name, Added message to the user.
--
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]