yuqi1129 commented on code in PR #8923:
URL: https://github.com/apache/gravitino/pull/8923#discussion_r2468063871


##########
catalogs/catalog-generic-lakehouse/build.gradle.kts:
##########
@@ -43,6 +43,7 @@ dependencies {
   implementation(libs.commons.lang3)
   implementation(libs.guava)
   implementation(libs.hadoop3.client.api)
+  implementation(libs.hadoop3.client.runtime)

Review Comment:
   In the method `dropTable`, the following code will lack necessary 
dependencies if there exists only `hadoop-client-api`
   
   ```java
         FileSystem fs = FileSystem.get(new Configuration());
         return fs.delete(new Path(location), true);
   ```
   
   They should show up together.



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