Skip to content

Commit

Permalink
ORC-1120: Remove C++ library limitation about write version (apache#1054
Browse files Browse the repository at this point in the history
)

### 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.
  • Loading branch information
XinyuZeng authored and cxzl25 committed Jan 11, 2024
1 parent 8102d98 commit 47758cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 47758cb

Please sign in to comment.