AlenkaF commented on code in PR #747:
URL: https://github.com/apache/arrow-site/pull/747#discussion_r2730589312
##########
_posts/2026-01-18-23.0.0-release.md:
##########
@@ -0,0 +1,252 @@
+---
+layout: post
+title: "Apache Arrow 23.0.0 Release"
+date: "2026-01-18 00:00:00"
+author: pmc
+categories: [release]
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements. See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License. You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+The Apache Arrow team is pleased to announce the 23.0.0 release. This release
+covers over 3 months of development work and includes [**336 resolved
+issues**][1] on [**417 distinct commits**][2] from [**71 distinct
+contributors**][2]. See the [Install Page](https://arrow.apache.org/install/)
to
+learn how to get the libraries for your platform.
+
+The release notes below are not exhaustive and only expose selected highlights
+of the release. Many other bugfixes and improvements have been made: we refer
+you to the [complete changelog][3].
+
+## Community
+
+As per our newly started tradition of rotating the PMC chair once a year
+Antoine Pitrou was elected as the new PMC chair and VP, succeeding
+Neal Richardson.
+
+Thanks for your contributions and participation in the project!
+
+## Arrow Flight RPC Notes
+
+An ODBC driver for Apache Arrow Flight SQL has been completed. Currently it
is not packaged for release, but [can be built from
source](https://github.com/apache/arrow/blob/apache-arrow-23.0.0/cpp/src/arrow/flight/sql/odbc/README.md).
+
+## C++ Notes
+
+The C++ standard has been updated to C++ 20
[GH-45885](https://github.com/apache/arrow/issues/45885) and the minimum GCC to
8.
+
+Some improvements to leverage C++ 20
[GH-48592](https://github.com/apache/arrow/issues/48592),
+
+### Compute
+
+* Graceful error handling for decimal binary arithmetic and comparison instead
of firing confusing assertions.
[GH-35957](https://github.com/apache/arrow/issues/35957)
+* Fixed an issue where the MinMax kernel was emitting -inf/inf for all-NaN
input. [GH-46063](https://github.com/apache/arrow/issues/46063)
+* Avoid ZeroCopyCastExec when casting between Binary offset types to avoid
high overheads. [GH-43660](https://github.com/apache/arrow/issues/43660)
+* Enhanced type checking for hash join residual filter in Acero.
[GH-48268](https://github.com/apache/arrow/issues/48268)
+
+### Format
+
+* Clarified that empty compressed buffers can omit the length header.
[GH-47918](https://github.com/apache/arrow/issues/47918)
+
+### Parquet
+
+* A new setting to limit the number of rows written per page has been added.
[GH-47030](https://github.com/apache/arrow/issues/47030)
+* A arrow::Result version of parquet::arrow::FileReader::Make() has been
added. [GH-44810](https://github.com/apache/arrow/issues/44810)
+* Support for reading INT-encoded Decimal statistics as Arrow scalars.
[GH-47955](https://github.com/apache/arrow/issues/47955)
+
+Several bug fixes including:
+- Fixed invalid Parquet files written when dictionary encoded pages are large.
[GH-47973](https://github.com/apache/arrow/issues/47973)
+- Fixed pre-1970 INT96 timestamps roundtrip.
[GH-48246](https://github.com/apache/arrow/issues/48246)
+- Fixed potential crash when reading invalid Parquet data.
[GH-48308](https://github.com/apache/arrow/issues/48308)
+- Added compatibility with non-compliant RLE streams.
[GH-47981](https://github.com/apache/arrow/issues/47981)
+- Fixed Util & Level Conversion logic on big-endian systems.
[GH-48218](https://github.com/apache/arrow/issues/48218)
+
+#### Encryption
+
+* Simplified nested field encryption configuration.
[GH-41246](https://github.com/apache/arrow/issues/41246)
+* Improved column encryption API.
[GH-48337](https://github.com/apache/arrow/issues/48337)
+* Better fuzzing support for encrypted files.
[GH-48335](https://github.com/apache/arrow/issues/48335)
+
+### Miscellaneous C++ changes
+
+* Added support for CUDA 13
[GH-47677](https://github.com/apache/arrow/issues/47677)
+* Drop support for gold linker
[GH-45484](https://github.com/apache/arrow/issues/45484)
+* Leverage CMake 3.25 upgrade by reducing complexity and maintenance burden on
our third party dependency management
[GH-48317](https://github.com/apache/arrow/issues/48317),
+[GH-48316](https://github.com/apache/arrow/issues/48316),
[GH-48315](https://github.com/apache/arrow/issues/48315),
[GH-48248](github.com/apache/arrow/issues/48248),
Review Comment:
This issue currently gets redirected to
https://raul.dev/arrow-site/blog/2026/01/18/23.0.0-release/github.com/apache/arrow/issues/48248:
```suggestion
[GH-48316](https://github.com/apache/arrow/issues/48316),
[GH-48315](https://github.com/apache/arrow/issues/48315),
[GH-48248](https://github.com/apache/arrow/issues/48248),
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]