Skip to content

Commit

Permalink
Bump Iceberg to v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
regadas committed Dec 17, 2024
1 parent 286e29c commit 7359402
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdks/java/io/iceberg/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def hadoopVersions = [

hadoopVersions.each {kv -> configurations.create("hadoopVersion$kv.key")}

def iceberg_version = "1.4.2"
def iceberg_version = "1.6.1"
def parquet_version = "1.12.0"
def orc_version = "1.9.2"

Expand Down
2 changes: 1 addition & 1 deletion sdks/java/io/iceberg/hive/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ext.summary = "Runtime dependencies needed for Hive catalog integration."
def hive_version = "3.1.3"
def hbase_version = "2.6.1-hadoop3"
def hadoop_version = "3.4.1"
def iceberg_version = "1.4.2"
def iceberg_version = "1.6.1"
def avatica_version = "1.25.0"

dependencies {
Expand Down

0 comments on commit 7359402

Please sign in to comment.