This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 80bab4127 ORC-1584: Remove `proto` from `README.md`
80bab4127 is described below
commit 80bab41275d1508d13d8927a36c8cfffa5feb7f8
Author: sychen <[email protected]>
AuthorDate: Thu Jan 11 08:53:08 2024 -0800
ORC-1584: Remove `proto` from `README.md`
### What changes were proposed in this pull request?
Delete proto subdirectory description.
### Why are the changes needed?
We have moved to [orc-format](https://github.com/apache/orc-format) project.
### How was this patch tested?
GA
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #1744 from cxzl25/ORC-1584.
Authored-by: sychen <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 988b98caf6d18538ccee14ddc3c7fc852134f833)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
README.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/README.md b/README.md
index 2336b0c2f..60b0da5fc 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,6 @@ The subdirectories are:
* docker - docker scripts to build and test on various linuxes
* examples - various ORC example files that are used to test compatibility
* java - the java reader and writer
-* proto - the protocol buffer definition for the ORC metadata
* site - the website and documentation
* tools - the c++ tools for reading and inspecting ORC files