You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2020/01/27 07:19:35 UTC

[arrow] branch master updated: [Rust] Update arrow and parquet README (#6289)

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

kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 1e30572  [Rust] Update arrow and parquet README (#6289)
1e30572 is described below

commit 1e305723b2408c115ff6ce15fc79fa6a35ff84f4
Author: Wakahisa <ne...@gmail.com>
AuthorDate: Mon Jan 27 09:19:21 2020 +0200

    [Rust] Update arrow and parquet README (#6289)
---
 rust/arrow/README.md   | 8 ++++----
 rust/parquet/README.md | 3 +--
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/rust/arrow/README.md b/rust/arrow/README.md
index eb5013a..40a7db4 100644
--- a/rust/arrow/README.md
+++ b/rust/arrow/README.md
@@ -19,22 +19,22 @@
 
 # Native Rust implementation of Apache Arrow
 
-[![Build Status](https://travis-ci.org/apache/arrow.svg?branch=master)](https://travis-ci.org/apache/arrow)
 [![Coverage Status](https://coveralls.io/repos/github/apache/arrow/badge.svg)](https://coveralls.io/github/apache/arrow)
 
 ## Status
 
 This is a native Rust implementation of Apache Arrow. Currently the project
-is developed and tested against nightly Rust.  The current status is:
+is developed and tested against nightly Rust. The current status is:
 
 - [x] Primitive Arrays
 - [x] List Arrays
 - [x] Struct Arrays
 - [x] CSV Reader
-- [ ] CSV Writer
+- [X] CSV Writer
+- [X] JSON Reader
 - [ ] Parquet Reader
 - [ ] Parquet Writer
-- [ ] Arrow IPC
+- [X] Arrow IPC
 - [ ] Interop tests with other implementations
 
 ## Examples
diff --git a/rust/parquet/README.md b/rust/parquet/README.md
index 40aad6c..5e8185e 100644
--- a/rust/parquet/README.md
+++ b/rust/parquet/README.md
@@ -58,7 +58,7 @@ version is available. Then simply update version of `parquet-format` crate in Ca
 - [X] Read support
   - [X] Primitive column value readers
   - [X] Row record reader
-  - [ ] Arrow record reader
+  - [X] Arrow record reader
 - [X] Statistics support
 - [X] Write support
   - [X] Primitive column value writers
@@ -66,7 +66,6 @@ version is available. Then simply update version of `parquet-format` crate in Ca
   - [ ] Arrow record writer
 - [ ] Predicate pushdown
 - [ ] Parquet format 2.5 support
-- [ ] HDFS support
 
 ## Requirements
 - Rust nightly