You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "myfjdthink (via GitHub)" <gi...@apache.org> on 2023/04/24 06:58:47 UTC

[GitHub] [doris] myfjdthink commented on a diff in pull request #18616: support read iceberg data on gcs

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


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



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

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


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