CalvinKirs commented on code in PR #18616:
URL: https://github.com/apache/doris/pull/18616#discussion_r1177452208


##########
fe/fe-core/pom.xml:
##########
@@ -746,6 +746,22 @@ under the License.
             </exclusions>
         </dependency>
 
+        <!-- for fe recognize files stored on gcs -->
+        <dependency>
+            <groupId>com.google.cloud.bigdataoss</groupId>
+            <artifactId>gcs-connector</artifactId>
+            <version>hadoop3-2.1.4</version>
+            <classifier>shaded</classifier>
+            <!-- conflict with grpc-netty-shaded -->

Review Comment:
   > The latest version of the `gcs-connector` conflicts with the 
`grpc-netty-shaded`. You can upgrade to the latest version if you know how to 
resolve the conflict↳
   
   If you can tease out their dependencies, and list version compatibility, 
then we can consider which version is more appropriate.
   But one thing that needs to be explained, is the consideration of CVE is 
always the first and most important point.



-- 
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...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to