Skip to content

Commit 3c158ad

Browse files
committed
storage: add UC Delta credential property mapping
1 parent f96bb82 commit 3c158ad

12 files changed

Lines changed: 1870 additions & 0 deletions

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1171,6 +1171,8 @@ lazy val storage = (project in file("storage"))
11711171
// Note that the org.apache.hadoop.fs.s3a.Listing::createFileStatusListingIterator 3.3.1 API
11721172
// is not compatible with 3.3.2.
11731173
"org.apache.hadoop" % "hadoop-aws" % hadoopVersion % "provided",
1174+
"org.apache.hadoop" % "hadoop-azure" % hadoopVersion % "provided",
1175+
"com.google.cloud.bigdataoss" % "util-hadoop" % "3.0.2" % "provided",
11741176
"io.unitycatalog" % "unitycatalog-client" % unityCatalogVersion excludeAll(
11751177
ExclusionRule(organization = "org.openapitools"),
11761178
ExclusionRule(organization = "com.fasterxml.jackson.core"),

0 commit comments

Comments
 (0)