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

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/main by this push:
     new 93e69fd  ORC-1120: Remove C++ library limitation about write version 
(#1054)
93e69fd is described below

commit 93e69fd94ce21a2159a2cd998dbc7bee93e8ed83
Author: Xinyu Zeng <[email protected]>
AuthorDate: Sat Mar 5 03:49:40 2022 +0800

    ORC-1120: Remove C++ library limitation about write version (#1054)
    
    ### What changes were proposed in this pull request?
    
    Delete the content in README.md which states the cpp writer only writes 
0.11 version.
    
    ### Why are the changes needed?
    
    Inconsistency between doc and code.
    
    ### How was this patch tested?
    
    Manually check the README.md file under root directory.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ef409b4..d3758db 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ lists, maps, and unions.
 
 ## ORC File Library
 
-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 extended in the future.
+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.
 
 Releases:
 * Latest: <a href="http://orc.apache.org/releases";>Apache ORC releases</a>

Reply via email to