zstan commented on code in PR #13037:
URL: https://github.com/apache/ignite/pull/13037#discussion_r3115602798
##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/prepare/ddl/DdlSqlToCommandConverter.java:
##########
@@ -450,7 +473,7 @@ private AlterTableDropCommand
convertAlterTableDrop(IgniteSqlAlterTableDropColum
*/
private String paramIsSqlIdentifierValidator(IgniteSqlCreateTableOption
opt, PlanningContext ctx) {
if (!(opt.value() instanceof SqlIdentifier) ||
!((SqlIdentifier)opt.value()).isSimple())
- throwOptionParsingException(opt, "a simple identifier",
ctx.query());
+ throwOptionParsingException(opt, SIMPLE_PREDICATE, ctx.query());
Review Comment:
done, thanks, i wonder why idea not highlights it for me, i check - options
are ok
--
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]