AMashenkov commented on code in PR #2964:
URL: https://github.com/apache/ignite-3/pull/2964#discussion_r1432828619
##########
modules/sql-engine/src/integrationTest/java/org/apache/ignite/internal/sql/engine/ItCreateTableDdlTest.java:
##########
@@ -298,22 +299,9 @@ public void explicitColocationColumnsCaseSensitive() {
@Test
public void doNotAllowFunctionsInNonPkColumns() {
assertThrowsSqlException(
- Sql.STMT_VALIDATION_ERR,
+ STMT_VALIDATION_ERR,
"Functional defaults are not supported for non-primary key
columns",
() -> sql("create table t (id varchar primary key, val varchar
default gen_random_uuid)")
);
}
-
- @Test
- public void dummyAlterColumnDataType() {
Review Comment:
Why do you drop the test?
Is it a duplicate?
--
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]