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-format.git
The following commit(s) were added to refs/heads/main by this push:
new 441f6e6 MINOR: Update README.md
441f6e6 is described below
commit 441f6e6a240ede183486f53444423c13b8c27f9e
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Dec 8 22:25:08 2023 -0800
MINOR: Update README.md
---
README.md | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index 89c3488..0ff748d 100644
--- a/README.md
+++ b/README.md
@@ -34,20 +34,20 @@ lists, maps, and unions.
## ORC Format
-This project includes ORC specification and the protobuf definitions
+This project includes ORC specifications and the protobuf definition.
+`Apache ORC Format 1.0.0` is desinged to be used for `Apache ORC 2.0+`.
Releases:
-* Latest: <a href="http://orc.apache.org/releases">Apache ORC releases</a>
-* Maven Central: <a
href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.orc%22"></a>
-* Downloads: <a href="http://orc.apache.org/downloads">Apache ORC downloads</a>
-* Release tags: <a href="https://github.com/apache/orc/releases">Apache ORC
release tags</a>
-* Plan: <a href="https://github.com/apache/orc/milestones">Apache ORC future
release plan</a>
+* Maven Central: <a
href="https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.orc%22"></a>
+* Downloads: <a href="https://orc.apache.org/downloads">Apache ORC
downloads</a>
+* Release tags: <a href="https://github.com/apache/orc-format/releases">Apache
ORC Format releases</a>
+* Plan: <a href="https://github.com/apache/orc-format/milestones">Apache ORC
Format future release plan</a>
The current build status:
* Main branch <a
href="https://github.com/apache/orc-format/actions/workflows/build_and_test.yml?query=branch%3Amain">
</a>
-Bug tracking: <a href="http://orc.apache.org/bugs">Apache Jira</a>
+Bug tracking: <a href="https://github.com/apache/orc-format/issues">Apache ORC
Format Issues</a>
## Building