jerryshao commented on code in PR #5558: URL: https://github.com/apache/gravitino/pull/5558#discussion_r1861550314
########## catalogs/catalog-hive/build.gradle.kts: ########## @@ -129,6 +129,10 @@ dependencies { testImplementation(libs.testcontainers.mysql) testImplementation(libs.testcontainers.localstack) testImplementation(libs.hadoop2.aws) + testImplementation(libs.hadoop3.abs) + + // You need this to run test CatalogHiveABSIT + // testImplementation(libs.hadoop3.common) Review Comment: Explain the reason why this dependency should be comment out, not just adding the confusing comment makes reviewer hard to understand. -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org