This is an automated email from the ASF dual-hosted git repository.
jorisvandenbossche pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-site.git
The following commit(s) were added to refs/heads/main by this push:
new 969a8b2decc MINOR: Fix typo in Arrow 12 blog post (#360)
969a8b2decc is described below
commit 969a8b2decc0e86ebf8ec554e0fe23c5c53657c2
Author: Bryce Mecum <[email protected]>
AuthorDate: Tue May 23 10:40:51 2023 -0800
MINOR: Fix typo in Arrow 12 blog post (#360)
---
_posts/2023-05-02-12.0.0-release.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_posts/2023-05-02-12.0.0-release.md
b/_posts/2023-05-02-12.0.0-release.md
index 95f3d854f03..93972781f04 100644
--- a/_posts/2023-05-02-12.0.0-release.md
+++ b/_posts/2023-05-02-12.0.0-release.md
@@ -198,7 +198,7 @@ No changes.
Compatibility notes:
-* Plasma has been removed in this release
([GH-33243](https://github.com/apache/arrow/issues/33243)). In additiona, the
deprecated serialization module in PyArrow was also removed
([GH-29705](https://github.com/apache/arrow/issues/29705)). IPC (Inter-Process
Communication) functionality of pyarrow or the standard library pickle should
be used instead.
+* Plasma has been removed in this release
([GH-33243](https://github.com/apache/arrow/issues/33243)). In addition, the
deprecated serialization module in PyArrow was also removed
([GH-29705](https://github.com/apache/arrow/issues/29705)). IPC (Inter-Process
Communication) functionality of pyarrow or the standard library pickle should
be used instead.
* The deprecated `use_async` keyword has been removed from the dataset module
([GH-30774](https://github.com/apache/arrow/issues/30774))
* Minimum Cython version to build PyArrow from source has been raised to
0.29.31 ([GH-34933](https://github.com/apache/arrow/issues/34933)). In
addition, PyArrow can now be compiled using Cython 3
([GH-34564](https://github.com/apache/arrow/issues/34564)).