myfjdthink commented on code in PR #18616:
URL: https://github.com/apache/doris/pull/18616#discussion_r1196175952
##########
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:
gcs-connector upgrade to the latest version, set <exclusion>*</exclusion>
to avoid conflict problems
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]