xtern commented on code in PR #1385:
URL: https://github.com/apache/ignite-3/pull/1385#discussion_r1038185092
##########
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/prepare/ddl/DdlSqlToCommandConverterTest.java:
##########
@@ -246,9 +210,95 @@ public void tableWithAutogenPkColumn() throws
SqlParseException {
);
}
- private TableOptionInfo tableOptionInfo(String name) {
- return new TableOptionInfo<>(name, Object.class, null,
(createTableCommand, o) -> {
- });
+ @Test
Review Comment:
Done, thanks.
--
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]