From 304184ab511752d4b06b691cb052caf30359b5bb Mon Sep 17 00:00:00 2001 From: Xinyu Zeng Date: Fri, 4 Mar 2022 13:19:44 +0800 Subject: [PATCH] fix readme about cpp orc version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef409b4444..d3758dbb37 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: Apache ORC releases