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 2021/02/08 07:00:13 UTC

[orc] branch master updated: ORC-748: Add separate writer implementation for Trino (#639)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d7ad250  ORC-748: Add separate writer implementation for Trino (#639)
d7ad250 is described below

commit d7ad2500fe198619251f49274689b2d4a9afdce5
Author: Piotr Findeisen <pi...@gmail.com>
AuthorDate: Mon Feb 8 08:00:05 2021 +0100

    ORC-748: Add separate writer implementation for Trino (#639)
    
    ### What changes were proposed in this pull request?
    
    This PR aims to add a writer version for Trino.
    
    ### Why are the changes needed?
    
    Trino writer is different from Presto writer.
    
    ### How was this patch tested?
    
    N/A
---
 proto/orc_proto.proto | 1 +
 1 file changed, 1 insertion(+)

diff --git a/proto/orc_proto.proto b/proto/orc_proto.proto
index 06ab150..380d66a 100644
--- a/proto/orc_proto.proto
+++ b/proto/orc_proto.proto
@@ -366,6 +366,7 @@ message Footer {
   // 1 = ORC C++
   // 2 = Presto
   // 3 = Scritchley Go from https://github.com/scritchley/orc
+  // 4 = Trino
   optional uint32 writer = 9;
 
   // information about the encryption in this file