This is an automated email from the ASF dual-hosted git repository.

kou 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 728eb7fd2cf Arrow Java 18.2.0 release blog post (#594)
728eb7fd2cf is described below

commit 728eb7fd2cfbdccc51d055014575bba3f3645203
Author: JB Onofré <[email protected]>
AuthorDate: Thu Feb 20 09:56:28 2025 +0100

    Arrow Java 18.2.0 release blog post (#594)
    
    Co-authored-by: Sutou Kouhei <[email protected]>
---
 _posts/2025-02-19-arrow-java-18.2.0.md | 38 ++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/_posts/2025-02-19-arrow-java-18.2.0.md 
b/_posts/2025-02-19-arrow-java-18.2.0.md
new file mode 100644
index 00000000000..f1a4b0561fd
--- /dev/null
+++ b/_posts/2025-02-19-arrow-java-18.2.0.md
@@ -0,0 +1,38 @@
+---
+layout: post
+title: "Apache Arrow Java 18.2.0 Release"
+date: "2025-02-19 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 
[v18.2.0](https://github.com/apache/arrow-java/releases/tag/v18.2.0) release of 
Apache Arrow Java. 
+This is the first release since Arrow Java landed in its own 
[repository](https://github.com/apache/arrow-java).
+
+## Changelog
+
+### What's Changed
+* GH-466: Export namespace from Flight package by @lidavidm in 
[#467](https://github.com/apache/arrow-java/pull/467)
+* GH-447: Port fix from apache/arrow that was missed by @lidavidm in 
[#475](https://github.com/apache/arrow-java/pull/475)
+* GH-48: Implement VectorAppender for BaseVariableWidthViewVector by @ViggoC 
in [#454](https://github.com/apache/arrow-java/pull/454)
+* GH-41: BaseVariableWidthViewVector setZero only if necessary by @ViggoC in 
[#557](https://github.com/apache/arrow-java/pull/557)
+
+**Full Changelog**: 
[changelog](https://github.com/apache/arrow-java/commits/v18.2.0)

Reply via email to