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 5, 2024
1 parent 160ffd5 commit abdcb0c
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 @@ -28,7 +28,7 @@ description = "Apache Beam :: SDKs :: Java :: IO :: Iceberg :: Hive"
ext.summary = "Runtime dependencies needed for Hive catalog integration."

def hive_version = "3.1.3"
def iceberg_version = "1.4.2"
def iceberg_version = "1.6.1"

dependencies {
// dependencies needed to run with iceberg's hive catalog
Expand Down

0 comments on commit abdcb0c

Please sign in to comment.