From eb0effbf2a298adbd1a7d2b6545522d6e3a8cecd Mon Sep 17 00:00:00 2001 From: "Xiening.Dai" Date: Thu, 18 Jan 2018 14:08:43 -0800 Subject: [PATCH] ORC-290 [C++] Update Readme to include C++ writer info Change-Id: Ic419427b7441c96f63221ba650f9965e5342680e --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b66d8c590a..9cb60a1ca5 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,7 @@ lists, maps, and unions. ## ORC File Library -This project includes both a Java library for reading and writing and -a C++ library for reading the _Optimized Row Columnar_ (ORC) file -format. The C++ and Java libraries are completely independent of each -other and will each read all versions of ORC files. +This project includes both a Java library and a C++ library for reading and writing the _Optimized Row Columnar_ (ORC) file format. The C++ and Java libraries are completely independent of each other and will each read all versions of ORC files. But the C++ library only writes the original (Hive 0.11) version of ORC files, and will be extened in the future. Releases: * Latest: Apache ORC releases @@ -35,7 +32,7 @@ Bug tracking: Apache Jira The subdirectories are: -* c++ - the c++ reader +* c++ - the c++ reader and writer * docker - docker scripts to build and test on various linuxes * examples - various ORC example files that are used to test compatibility * java - the java reader and writer