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

fokko pushed a commit to branch fd-bump-pyarrow
in repository https://gitbox.apache.org/repos/asf/iceberg.git

commit db43cd78be049b7d43ae272cc32ddd6ea416ce09
Author: Fokko Driesprong <[email protected]>
AuthorDate: Tue Jul 11 11:01:09 2023 +0200

    Build: Bump PyArrow to 12.0.0.1
    
    Maintenance release:
    https://arrow.apache.org/release/12.0.1.html
---
 versions.props | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/versions.props b/versions.props
index cd72732711..c32a567ad2 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:* = 32.1.1-jre
 com.github.ben-manes.caffeine:caffeine = 2.9.3
-org.apache.arrow:arrow-vector = 12.0.0
-org.apache.arrow:arrow-memory-netty = 12.0.0
+org.apache.arrow:arrow-vector = 12.0.1
+org.apache.arrow:arrow-memory-netty = 12.0.1
 org.roaringbitmap:RoaringBitmap = 0.9.44
 io.airlift:aircompressor = 0.24
 io.netty:netty-buffer = 4.1.68.Final

Reply via email to