This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/asf-site by this push:
new d2ccd9a69 ORC-1489: Assign a writer id to CUDF
d2ccd9a69 is described below
commit d2ccd9a69f2ca6d71dae61b5d11c17ee4abe1f7c
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Aug 30 09:27:42 2023 -0700
ORC-1489: Assign a writer id to CUDF
---
specification/ORCv1/index.html | 1 +
specification/ORCv2/index.html | 1 +
2 files changed, 2 insertions(+)
diff --git a/specification/ORCv1/index.html b/specification/ORCv1/index.html
index 6dd973f27..b7acc7515 100644
--- a/specification/ORCv1/index.html
+++ b/specification/ORCv1/index.html
@@ -228,6 +228,7 @@ information as described in this section.</p>
// 2 = Presto
// 3 = Scritchley Go from https://github.com/scritchley/orc
// 4 = Trino
+ // 5 = CUDF
optional uint32 writer = 9;
// information about the encryption in this file
optional Encryption encryption = 10;
diff --git a/specification/ORCv2/index.html b/specification/ORCv2/index.html
index 44ab724cf..f34a79ad9 100644
--- a/specification/ORCv2/index.html
+++ b/specification/ORCv2/index.html
@@ -253,6 +253,7 @@ information as described in this section.</p>
// 2 = Presto
// 3 = Scritchley Go from https://github.com/scritchley/orc
// 4 = Trino
+ // 5 = CUDF
optional uint32 writer = 9;
// information about the encryption in this file
optional Encryption encryption = 10;