Skip to content

Commit

Permalink
[Website] Remove breaking change from C++ section (#511)
Browse files Browse the repository at this point in the history
I mistakenly left this bit in in the PR but this change is not what we'd
consider a breaking change, see discussion in
apache/arrow#40607.
  • Loading branch information
amoeba committed Apr 29, 2024
1 parent 28c3cd4 commit b1bd86a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions _posts/2024-04-20-16.0.0-release.md
Expand Up @@ -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
Expand Down

0 comments on commit b1bd86a

Please sign in to comment.