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/02/16 10:57:23 UTC

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

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 27311cea11 Build: Bump Arrow from 10.0.1 to 11.0.0 (#6696)
27311cea11 is described below

commit 27311cea110dfdb7ed7f92f1be00b2ca21754e0b
Author: Ajantha Bhat <aj...@gmail.com>
AuthorDate: Thu Feb 16 16:27:18 2023 +0530

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

diff --git a/versions.props b/versions.props
index 1bd3dab2a3..61706522c6 100644
--- a/versions.props
+++ b/versions.props
@@ -11,8 +11,8 @@ com.fasterxml.jackson.*:* = 2.14.1
 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 = 10.0.1
-org.apache.arrow:arrow-memory-netty = 10.0.1
+org.apache.arrow:arrow-vector = 11.0.0
+org.apache.arrow:arrow-memory-netty = 11.0.0
 org.roaringbitmap:RoaringBitmap = 0.9.22
 io.airlift:aircompressor = 0.21
 io.netty:netty-buffer = 4.1.68.Final