This is an automated email from the ASF dual-hosted git repository.
raulcd 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 b1bd86a85ac [Website] Remove breaking change from C++ section (#511)
b1bd86a85ac is described below
commit b1bd86a85ac5d83d2daeae7839ab6f10d8be6bef
Author: Bryce Mecum <[email protected]>
AuthorDate: Mon Apr 29 13:30:18 2024 -0800
[Website] Remove breaking change from C++ section (#511)
I mistakenly left this bit in in the PR but this change is not what we'd
consider a breaking change, see discussion in
https://github.com/apache/arrow/issues/40607.
---
_posts/2024-04-20-16.0.0-release.md | 4 ----
1 file changed, 4 deletions(-)
diff --git a/_posts/2024-04-20-16.0.0-release.md
b/_posts/2024-04-20-16.0.0-release.md
index 44fe02c6290..300cf7d9a14 100644
--- a/_posts/2024-04-20-16.0.0-release.md
+++ b/_posts/2024-04-20-16.0.0-release.md
@@ -79,10 +79,6 @@ and issues connected to the `RecordBatch` conversion are
included in this releas
[GH-40866](https://github.com/apache/arrow/issues/40866)) which means
`RecordBatch` can now be
converted to a column or row-major two-dimensional structure.
-## Breaking Changes
-
-- `Function::is_impure` has been renamed to `is_pure`
([GH-40607](https://github.com/apache/arrow/issues/40607)).
-
## Compute
### Bug Fixes