yunchipang commented on code in PR #7335:
URL: https://github.com/apache/gravitino/pull/7335#discussion_r2127290879
##########
catalogs/catalog-hadoop/src/test/java/org/apache/gravitino/catalog/hadoop/TestHadoopCatalogOperations.java:
##########
@@ -610,6 +606,7 @@ public void testAlterSchema() throws IOException {
@Test
public void testDropSchema() throws IOException {
+ stubSchema(20L);
String name = "schema20";
String comment = "comment20";
String catalogPath = TEST_ROOT_PATH + "/" + "catalog20";
Review Comment:
@mchades I was thinking about further extracting the schema id (in this
case, `20`) into a variable, so updating it automatically adjusts all related
name, comment, catalogPath, etc. wdyt?
--
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]