This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-1.7
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-1.7 by this push:
new d70dc54 ORC-1120: Remove C++ library limitation about write version
(#1054)
d70dc54 is described below
commit d70dc54891236ec0dcfcae9b03ccd9b712116a59
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.
(cherry picked from commit 93e69fd94ce21a2159a2cd998dbc7bee93e8ed83)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
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>