snuyanzin commented on code in PR #27381:
URL: https://github.com/apache/flink/pull/27381#discussion_r2661010838
##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/operations/SqlDdlToOperationConverterTest.java:
##########
@@ -1359,15 +1359,15 @@ void testFailedToAlterTableDropConstraint() throws
Exception {
prepareTable("tb1", 0);
assertThatThrownBy(() -> parse("alter table tb1 drop primary key"))
.isInstanceOf(ValidationException.class)
- .hasMessageContaining("The base table does not define any
primary key.");
+ .hasMessageContaining("The current table does not define any
primary key.");
Review Comment:
Following same approach as suggested at
https://github.com/apache/flink/pull/27302#discussion_r2584157714
--
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]