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 2022/12/31 07:54:36 UTC

[orc] branch branch-1.8 updated: MINOR: Link to Apache ORC orc_proto instead of Hive one

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

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


The following commit(s) were added to refs/heads/branch-1.8 by this push:
     new f7abd37c5 MINOR: Link to Apache ORC orc_proto instead of Hive one
f7abd37c5 is described below

commit f7abd37c53143bf53ab530baeed023edc26e28ca
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Fri Dec 30 23:51:39 2022 -0800

    MINOR: Link to Apache ORC orc_proto instead of Hive one
    
    (cherry picked from commit e9f6d9d06f26e884dd02e19bed2beab1144e8579)
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 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 d46da8e6f..3ca477212 100644
--- a/site/specification/ORCv0.md
+++ b/site/specification/ORCv0.md
@@ -41,7 +41,7 @@ The metadata for ORC is stored using
 [Protocol Buffers](https://s.apache.org/protobuf_encoding), which provides
 the ability to add new fields without breaking readers. This document
 incorporates the Protobuf definition from the
-[ORC source code](https://s.apache.org/orc_proto) and the
+[ORC source code](https://github.com/apache/orc/blob/main/proto/orc_proto.proto) and the
 reader is encouraged to review the Protobuf encoding if they need to
 understand the byte-level encoding
 
diff --git a/site/specification/ORCv1.md b/site/specification/ORCv1.md
index a7f5ddfb7..fd18ae0b8 100644
--- a/site/specification/ORCv1.md
+++ b/site/specification/ORCv1.md
@@ -41,7 +41,7 @@ The metadata for ORC is stored using
 [Protocol Buffers](https://s.apache.org/protobuf_encoding), which provides
 the ability to add new fields without breaking readers. This document
 incorporates the Protobuf definition from the
-[ORC source code](https://s.apache.org/orc_proto) and the
+[ORC source code](https://github.com/apache/orc/blob/main/proto/orc_proto.proto) and the
 reader is encouraged to review the Protobuf encoding if they need to
 understand the byte-level encoding
 
diff --git a/site/specification/ORCv2.md b/site/specification/ORCv2.md
index 334896fa0..73d89cde4 100644
--- a/site/specification/ORCv2.md
+++ b/site/specification/ORCv2.md
@@ -61,7 +61,7 @@ The metadata for ORC is stored using
 [Protocol Buffers](https://s.apache.org/protobuf_encoding), which provides
 the ability to add new fields without breaking readers. This document
 incorporates the Protobuf definition from the
-[ORC source code](https://s.apache.org/orc_proto) and the
+[ORC source code](https://github.com/apache/orc/blob/main/proto/orc_proto.proto) and the
 reader is encouraged to review the Protobuf encoding if they need to
 understand the byte-level encoding