mchades commented on code in PR #9147:
URL: https://github.com/apache/gravitino/pull/9147#discussion_r2567015701


##########
docs/fileset-catalog-with-gcs.md:
##########
@@ -271,14 +271,12 @@ If your wants to custom your hadoop version or there is 
already a hadoop version
     <artifactId>gravitino-filesystem-hadoop3-runtime</artifactId>
     <version>${GRAVITINO_VERSION}</version>
   </dependency>
-
-  <dependency>
-    <groupId>org.apache.gravitino</groupId>
-    <artifactId>gravitino-gcp</artifactId>
-    <version>${GRAVITINO_VERSION}</version>
-  </dependency>
 ```
 
+:::note
+Since version 1.1.0, the `gravitino-gcp` JAR is no longer required, as it is 
now included in the `gravitino-filesystem-hadoop3-runtime` JAR.

Review Comment:
   we don't use the version parameter in the doc



##########
docs/fileset-catalog-with-adls.md:
##########
@@ -280,14 +280,12 @@ If your wants to custom your hadoop version or there is 
already a hadoop version
     <artifactId>gravitino-filesystem-hadoop3-runtime</artifactId>
     <version>${GRAVITINO_VERSION}</version>
   </dependency>
-
-  <dependency>
-    <groupId>org.apache.gravitino</groupId>
-    <artifactId>gravitino-azure</artifactId>
-    <version>${GRAVITINO_VERSION}</version>
-  </dependency>
 ```
 
+:::note
+Since version 1.1.0, the `gravitino-azure` JAR is no longer required, as it is 
now included in the `gravitino-filesystem-hadoop3-runtime` JAR.

Review Comment:
   we don't use the version parameter in the doc



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