Skip to content

Commit 03dbd7e

Browse files
authored
ping ORC 1.9.6 (#36132)
1 parent e8a87a4 commit 03dbd7e

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"comment": "Modify this file in a trivial way to cause this test suite to run.",
3-
"modification": 4
3+
"modification": 1
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"comment": "Modify this file in a trivial way to cause this test suite to run.",
3-
"modification": 1
3+
"modification": 2
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"comment": "Modify this file in a trivial way to cause this test suite to run",
3-
"modification": 1
3+
"modification": 2
44
}

sdks/java/io/iceberg/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ hadoopVersions.each {kv -> configurations.create("hadoopVersion$kv.key")}
4141

4242
def iceberg_version = "1.9.2"
4343
def parquet_version = "1.15.2"
44-
def orc_version = "1.9.2"
44+
def orc_version = "1.9.6"
4545
def hive_version = "3.1.3"
4646

4747
dependencies {

0 commit comments

Comments
 (0)