Skip to content

Commit

Permalink
remove delta-storage
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianhao-Gu committed May 23, 2024
1 parent d8e0c14 commit a74f625
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ def scalaVersion = System.getenv('SCALA_VER')
dependencies {
implementation "org.apache.hadoop:hadoop-aws:$hadoopAwsVersion"
implementation "io.delta:delta-spark_${scalaVersion}:$deltaSparkVersion"
implementation "io.delta:delta-storage:$deltaSparkVersion"
}

task downloadJars(type: Copy) {
Expand Down

0 comments on commit a74f625

Please sign in to comment.