From b1bd86a85ac5d83d2daeae7839ab6f10d8be6bef Mon Sep 17 00:00:00 2001 From: Bryce Mecum Date: Mon, 29 Apr 2024 13:30:18 -0800 Subject: [PATCH] [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 44fe02c6290f..300cf7d9a140 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