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

deshanxiao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/main by this push:
     new 22b56f6a8 MINOR: Fix Union stream kinds in spec
22b56f6a8 is described below

commit 22b56f6a8852708cfeca09a622a3ac5e9e6743c1
Author: Jeffrey Vo <[email protected]>
AuthorDate: Thu Apr 4 21:34:50 2024 -0700

    MINOR: Fix Union stream kinds in spec
    
    Minor typo fix
    
    Closes #1869 from Jefffrey/patch-1.
    
    Authored-by: Jeffrey Vo <[email protected]>
    Signed-off-by: deshanxiao <[email protected]>
---
 site/specification/ORCv0.md | 2 +-
 site/specification/ORCv1.md | 2 +-
 site/specification/ORCv2.md | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/site/specification/ORCv0.md b/site/specification/ORCv0.md
index f0840f859..07f1c8cc9 100644
--- a/site/specification/ORCv0.md
+++ b/site/specification/ORCv0.md
@@ -764,7 +764,7 @@ the Hive type model.
 Encoding      | Stream Kind     | Optional | Contents
 :------------ | :-------------- | :------- | :-------
 DIRECT        | PRESENT         | Yes      | Boolean RLE
-              | DIRECT          | No       | Byte RLE
+              | DATA            | No       | Byte RLE
 
 # Indexes
 
diff --git a/site/specification/ORCv1.md b/site/specification/ORCv1.md
index c9c9311aa..d29280903 100644
--- a/site/specification/ORCv1.md
+++ b/site/specification/ORCv1.md
@@ -1216,7 +1216,7 @@ the Hive type model.
 Encoding      | Stream Kind     | Optional | Contents
 :------------ | :-------------- | :------- | :-------
 DIRECT        | PRESENT         | Yes      | Boolean RLE
-              | DIRECT          | No       | Byte RLE
+              | DATA            | No       | Byte RLE
 
 # Indexes
 
diff --git a/site/specification/ORCv2.md b/site/specification/ORCv2.md
index 62d640786..64fccaf8f 100644
--- a/site/specification/ORCv2.md
+++ b/site/specification/ORCv2.md
@@ -1232,7 +1232,7 @@ the Hive type model.
 Encoding      | Stream Kind     | Optional | Contents
 :------------ | :-------------- | :------- | :-------
 DIRECT        | PRESENT         | Yes      | Boolean RLE
-              | DIRECT          | No       | Byte RLE
+              | DATA            | No       | Byte RLE
 
 # Indexes
 

Reply via email to