You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2020/08/08 20:00:03 UTC

[orc] branch branch-1.5 updated: MINOR: Update subdirectory list

This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch branch-1.5
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/branch-1.5 by this push:
     new 2430101  MINOR: Update subdirectory list
2430101 is described below

commit 24301014ee1118a46736f525e7045c3f2e211608
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Sat Aug 8 10:30:45 2020 -0700

    MINOR: Update subdirectory list
    
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
    (cherry picked from commit d83901b9ead2f038e3cc534eeed2e7d6b8d6d156)
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 9cb60a1..10fee67 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,7 @@ Bug tracking: <a href="http://orc.apache.org/bugs">Apache Jira</a>
 
 The subdirectories are:
 * c++ - the c++ reader and writer
+* cmake_modules - the cmake modules
 * 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