You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by fo...@apache.org on 2023/05/15 07:27:42 UTC

[iceberg] branch master updated: Build: Bump Arrow from 11.0.0 to 12.0.0 (#7595)

This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new e3592e8a55 Build: Bump Arrow from 11.0.0 to 12.0.0 (#7595)
e3592e8a55 is described below

commit e3592e8a5593d46b0a3702a996a8f4ee98d20453
Author: Ajantha Bhat <aj...@gmail.com>
AuthorDate: Mon May 15 12:57:36 2023 +0530

    Build: Bump Arrow from 11.0.0 to 12.0.0 (#7595)
---
 versions.props | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/versions.props b/versions.props
index fad433b2aa..e8b5e9c80c 100644
--- a/versions.props
+++ b/versions.props
@@ -12,8 +12,8 @@ com.google.code.findbugs:jsr305 = 3.0.2
 com.google.errorprone:error_prone_annotations = 2.3.3
 com.google.guava:* = 31.1-jre
 com.github.ben-manes.caffeine:caffeine = 2.9.3
-org.apache.arrow:arrow-vector = 11.0.0
-org.apache.arrow:arrow-memory-netty = 11.0.0
+org.apache.arrow:arrow-vector = 12.0.0
+org.apache.arrow:arrow-memory-netty = 12.0.0
 org.roaringbitmap:RoaringBitmap = 0.9.44
 io.airlift:aircompressor = 0.24
 io.netty:netty-buffer = 4.1.68.Final