You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2022/12/09 17:19:02 UTC

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

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

blue 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 2f57522f7a Build: Bump Arrow from 7.0.0 to 10.0.1 (#6386)
2f57522f7a is described below

commit 2f57522f7ac017bd2e006a02609eb3da3065ba40
Author: Eduard Tudenhöfner <et...@gmail.com>
AuthorDate: Fri Dec 9 18:18:53 2022 +0100

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

diff --git a/versions.props b/versions.props
index f44f78efd5..60e4035b50 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 = 7.0.0
-org.apache.arrow:arrow-memory-netty = 7.0.0
+org.apache.arrow:arrow-vector = 10.0.1
+org.apache.arrow:arrow-memory-netty = 10.0.1
 org.roaringbitmap:RoaringBitmap = 0.9.22
 io.airlift:aircompressor = 0.21
 io.netty:netty-buffer = 4.1.68.Final