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 171edfd02 ORC-1668: Add `merge` command to Java tools documentation
171edfd02 is described below

commit 171edfd025f8e7254d4eabb43687fac5b9e35360
Author: sychen <[email protected]>
AuthorDate: Wed Mar 27 09:51:14 2024 -0700

    ORC-1668: Add `merge` command to Java tools documentation
    
    ### What changes were proposed in this pull request?
    This PR aims to add merge command to Java tools documentation.
    
    ### Why are the changes needed?
    The merge command was added in 
[ORC-1644](https://issues.apache.org/jira/browse/ORC-1644), but some records 
are missing in the java tools documentation.
    
    ### How was this patch tested?
    local test
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No
    
    Closes #1863 from cxzl25/ORC-1668.
    
    Authored-by: sychen <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit 6111918186ade1e3a90f24777767797f9df585a8)
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 site/_docs/java-tools.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/site/_docs/java-tools.md b/site/_docs/java-tools.md
index 70a430929..92a876a5f 100644
--- a/site/_docs/java-tools.md
+++ b/site/_docs/java-tools.md
@@ -16,6 +16,7 @@ The subcommands for the tools are:
   * data - print the data of an ORC file
   * json-schema (since ORC 1.4) - determine the schema of JSON documents
   * key (since ORC 1.5) - print information about the encryption keys
+  * merge (since ORC 2.0.1) - merge multiple ORC files into a single ORC file
   * meta - print the metadata of an ORC file
   * scan (since ORC 1.3) - scan the data for benchmarking
   * sizes (since ORC 1.7.2) - list size on disk of each column

Reply via email to