stevenzwu commented on a change in pull request #3614:
URL: https://github.com/apache/iceberg/pull/3614#discussion_r778301806
##########
File path:
flink/v1.13/flink/src/test/java/org/apache/iceberg/flink/TestFlinkCatalogTable.java
##########
@@ -318,6 +318,30 @@ public void testAlterTable() throws TableNotExistException
{
Assert.assertEquals(properties, table("tl").properties());
}
+ @Test
+ public void testAlterPrimaryKeyTable() throws TableNotExistException {
Review comment:
can we also add the coverage for expected
`UnsupportedOperationException` with schema change?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]