This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.1 by this push:
new 925197949eb branch-3.1: [fix](iceberg) Add missing iceberg-aws
dependency to metadata scanner #55741 (#55743)
925197949eb is described below
commit 925197949ebbae4199632abf4657e452ba4d2c58
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 8 10:56:14 2025 +0800
branch-3.1: [fix](iceberg) Add missing iceberg-aws dependency to metadata
scanner #55741 (#55743)
Cherry-picked from #55741
Co-authored-by: zy-kkk <[email protected]>
---
fe/be-java-extensions/iceberg-metadata-scanner/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/fe/be-java-extensions/iceberg-metadata-scanner/pom.xml
b/fe/be-java-extensions/iceberg-metadata-scanner/pom.xml
index d3c4141a786..798caa5cddd 100644
--- a/fe/be-java-extensions/iceberg-metadata-scanner/pom.xml
+++ b/fe/be-java-extensions/iceberg-metadata-scanner/pom.xml
@@ -52,6 +52,11 @@ under the License.
<artifactId>iceberg-core</artifactId>
<version>${iceberg.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.iceberg</groupId>
+ <artifactId>iceberg-aws</artifactId>
+ <version>${iceberg.version}</version>
+ </dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>auth</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]