jerryshao commented on code in PR #5224: URL: https://github.com/apache/gravitino/pull/5224#discussion_r1814629350
########## core/build.gradle.kts: ########## @@ -24,6 +24,7 @@ plugins { dependencies { implementation(project(":api")) + implementation(project(":catalogs:catalog-common")) Review Comment: Why do we need this dependency? This will potentially lead to cyclic dependency problem, we should avoid this. -- 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