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 19:58:44 UTC

[orc] branch branch-1.6 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.6
in repository https://gitbox.apache.org/repos/asf/orc.git


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

commit 4e6f6039e6e1fe908db0fcec60298aa5e9927737
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 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 702c6af..878625f 100644
--- a/README.md
+++ b/README.md
@@ -33,11 +33,13 @@ 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
 * proto - the protocol buffer definition for the ORC metadata
 * site - the website and documentation
+* snap - the script to build [snaps](https://snapcraft.io/) of the ORC tools
 * tools - the c++ tools for reading and inspecting ORC files
 
 ### Building