pandeysambhi commented on code in PR #8456:
URL: https://github.com/apache/gravitino/pull/8456#discussion_r2334387821


##########
catalogs/catalog-jdbc-oceanbase/src/main/java/org/apache/gravitino/catalog/oceanbase/operation/OceanBaseTableOperations.java:
##########
@@ -217,7 +217,7 @@ public void alterTable(String databaseName, String 
tableName, TableChange... cha
         String sql = generateAlterTableSql(databaseName, tableName, change);
         if (StringUtils.isEmpty(sql)) {
           LOG.info("No changes to alter table {} from database {}", tableName, 
databaseName);
-          return;
+          continue;

Review Comment:
   @mchades would you mind letting me know if tests are running in the 
oceanbase sub project for you. I keep getting the below error. I have tried 
couple of things to resolve it but nothing concrete so far.
   Execution failed for task ':catalogs:catalog-jdbc-oceanbase:test'.
   > No tests found for given includes: 
[org.apache.gravitino.catalog.oceanbase.operation.TestOceanBaseTableOperations](--tests
 filter)



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