This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-cookbook.git
The following commit(s) were added to refs/heads/main by this push:
new d9b980c [Java][Python] Bump to Arrow 9.0.0 (#238)
d9b980c is described below
commit d9b980cd44ecc7203adb3433186a0ad8950c3b45
Author: David Li <[email protected]>
AuthorDate: Thu Aug 4 08:58:47 2022 -0400
[Java][Python] Bump to Arrow 9.0.0 (#238)
---
java/source/demo/pom.xml | 4 ++--
java/source/index.rst | 2 ++
python/requirements.txt | 2 +-
python/source/index.rst | 2 ++
4 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/java/source/demo/pom.xml b/java/source/demo/pom.xml
index 30f7f16..fd483d3 100644
--- a/java/source/demo/pom.xml
+++ b/java/source/demo/pom.xml
@@ -31,7 +31,7 @@
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
- <arrow.version>8.0.0</arrow.version>
+ <arrow.version>9.0.0</arrow.version>
</properties>
<dependencies>
@@ -81,4 +81,4 @@
<version>30.1.1-jre</version>
</dependency>
</dependencies>
-</project>
\ No newline at end of file
+</project>
diff --git a/java/source/index.rst b/java/source/index.rst
index cf2d0f1..9321df5 100644
--- a/java/source/index.rst
+++ b/java/source/index.rst
@@ -28,6 +28,8 @@ The Apache Arrow Cookbook is a collection of recipes which
demonstrate how to so
To get started with Apache Arrow in Java, see the
`Installation Instructions <https://arrow.apache.org/docs/java/install.html>`_.
+This cookbook is tested with **Apache Arrow 9.0.0**.
+
.. toctree::
:maxdepth: 2
:caption: Contents:
diff --git a/python/requirements.txt b/python/requirements.txt
index 22b7050..edaa922 100644
--- a/python/requirements.txt
+++ b/python/requirements.txt
@@ -1,3 +1,3 @@
Sphinx>=4.0.2
-pyarrow>=8.0.0
+pyarrow==9.0.0
pandas>=1.2.5
diff --git a/python/source/index.rst b/python/source/index.rst
index a3de255..92ce775 100644
--- a/python/source/index.rst
+++ b/python/source/index.rst
@@ -11,6 +11,8 @@ how to solve many common tasks that users might need to
perform
when working with arrow data. The examples in this cookbook will also
serve as robust and well performing solutions to those tasks.
+This cookbook is tested with **pyarrow 9.0.0**.
+
.. toctree::
:maxdepth: 2
:caption: Contents: