Copilot commented on code in PR #9387:
URL: https://github.com/apache/gravitino/pull/9387#discussion_r2591758523


##########
core/build.gradle.kts:
##########
@@ -53,6 +53,7 @@ dependencies {
     exclude(group = "org.junit.jupiter", module = "*") // provided by test 
scope
     exclude(group = "com.fasterxml.jackson.jaxrs", module = 
"jackson-jaxrs-json-provider") // using gravitino's version
     exclude(group = "org.apache.httpcomponents.client5", module = "*") // 
provided by gravitino
+    exclude(group = "com.lancedb", module = "lance-namespace-core") // This is 
no need in the core module

Review Comment:
   Grammar error in comment: "This is no need" should be "This is not needed".
   ```suggestion
       exclude(group = "com.lancedb", module = "lance-namespace-core") // This 
is not needed in the core module
   ```



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