yuqi1129 commented on code in PR #9318:
URL: https://github.com/apache/gravitino/pull/9318#discussion_r2580340916


##########
catalogs/catalog-jdbc-starrocks/src/test/java/org/apache/gravitino/catalog/starrocks/operation/TestStarRocksTableOperations.java:
##########
@@ -605,9 +604,15 @@ public void testUnsupportedPropertyThrows() {
         null,
         indexes);
 
-    TableChange.SetProperty change = new 
TableChange.SetProperty("unsupported.property", "value");
+    Assertions.assertDoesNotThrow(
+        () ->
+            TABLE_OPERATIONS.alterTable(
+                databaseName, tableName, 
TableChange.setProperty("replication_num", "2")));

Review Comment:
   The replication number should always be 1 in the test environment. 



-- 
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]

Reply via email to