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

wesm 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 cdc347c  ARROW-2132: Add link to Plasma in main README
cdc347c is described below

commit cdc347cc01dc4c3e168f59542e517b34adeeb0bd
Author: Wes McKinney <wes.mckin...@twosigma.com>
AuthorDate: Thu Feb 22 12:11:38 2018 -0500

    ARROW-2132: Add link to Plasma in main README
    
    Author: Wes McKinney <wes.mckin...@twosigma.com>
    
    Closes #1636 from wesm/ARROW-2132 and squashes the following commits:
    
    dbbef5d8 [Wes McKinney] Add link to Plasma in main README, tweak language
---
 README.md | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index a7fed98..846a403 100644
--- a/README.md
+++ b/README.md
@@ -38,10 +38,12 @@ set of technologies that enable big data systems to process 
and move data fast.
 Major components of the project include:
 
  - [The Arrow Columnar In-Memory 
Format](https://github.com/apache/arrow/tree/master/format)
- - [C++ implementation](https://github.com/apache/arrow/tree/master/cpp)
+ - [C++ libraries](https://github.com/apache/arrow/tree/master/cpp)
+ - [Plasma Object 
Store](https://github.com/apache/arrow/tree/master/cpp/src/plasma): a
+   shared-memory blob store, part of the C++ codebase
  - [C bindings using GLib](https://github.com/apache/arrow/tree/master/c_glib)
- - [Java implementation](https://github.com/apache/arrow/tree/master/java)
- - [JavaScript implementation](https://github.com/apache/arrow/tree/master/js)
+ - [Java libraries](https://github.com/apache/arrow/tree/master/java)
+ - [JavaScript libraries](https://github.com/apache/arrow/tree/master/js)
  - [Python bindings to C++](https://github.com/apache/arrow/tree/master/python)
 
 Arrow is an [Apache Software Foundation](https://www.apache.org) project. 
Learn more at
@@ -49,8 +51,7 @@ Arrow is an [Apache Software 
Foundation](https://www.apache.org) project. Learn
 
 ### What's in the Arrow libraries?
 
-The reference Arrow implementations contain a number of distinct software
-components:
+The reference Arrow libraries contain a number of distinct software components:
 
 - Columnar vector and table-like containers (similar to data frames) supporting
   flat or nested types

-- 
To stop receiving notification emails like this one, please contact
w...@apache.org.

Reply via email to