From 47917dc5696d09c5751afbc19cf3efbfacf23944 Mon Sep 17 00:00:00 2001 From: Dushyant Kumar Date: Wed, 8 Apr 2026 13:07:56 +0530 Subject: [PATCH] Bump iceberg 1.5 version to 1.5.2.10 Picks up stream-results option for remove orphan files (linkedin/iceberg#234) to prevent driver OOM when removing large numbers of orphan files. Co-Authored-By: Claude Opus 4.6 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6a4851c26..f9cd741f2 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ ext { ok_http3_version = "4.11.0" junit_version = "5.11.0" iceberg_1_2_version = "1.2.0.13" - iceberg_1_5_version = "1.5.2.9" + iceberg_1_5_version = "1.5.2.10" otel_agent_version = "2.12.0" // Bundles OTel SDK 1.47.0 otel_annotations_version = "2.12.0" // Match agent version }