vertexclique commented on a change in pull request #81:
URL: https://github.com/apache/arrow-site/pull/81#discussion_r508889318



##########
File path: _posts/2020-10-19-rust-2.0.0-release.md
##########
@@ -0,0 +1,203 @@
+---
+layout: post
+title: "Apache Arrow 2.0.0 (Rust)"
+date: "2020-10-19 00:00:00 -0600"
+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 %}
+-->
+
+Apache Arrow 2.0.0 is a significant release for the Apache Arrow project in 
general, and the Rust subproject in 
+particular with almost 200 issues resolved by 15 contributors. In this blog 
post we will go through the main changes 
+affecting core Arrow, Parquet support and DataFusion query engine. The full 
list of resolved issues can be found 
+[here][1].
+
+While the Java and C/C++ (used by Python and R) Arrow implementations likely 
remain the most feature rich, with the 
+2.0.0 release, the Rust implementation is closing the feature gap quickly. 
Here are some of the highlights for this 
+release.
+
+# Core Arrow Crate
+
+## Iterator Trait
+
+- Primitive arrays (e.g. array of integers) can now be converted to, and 
initialized from, an iterator. This exposes a 
+very popular API - iterators - to arrow arrays. Work for other types will 
continue throughout 3.0.0.
+
+## Improved Variable-sized Arrays
+
+- Variable sized arrays (e.g. array of strings) have been internally 
refactored to more easily support their larger (64 

Review comment:
       ```suggestion
   - Variable sized arrays (e.g., array of strings) have been internally 
refactored to more easily support their larger (64-bit 
   ```




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to