You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by om...@apache.org on 2020/03/27 22:33:56 UTC

[orc] branch asf-site updated: Update site for ORC-519.

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

omalley 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 092a487  Update site for ORC-519.
092a487 is described below

commit 092a487e25158597dfb7f6d603b3bc7be7c3d8f3
Author: Owen O'Malley <om...@apache.org>
AuthorDate: Fri Mar 27 15:33:32 2020 -0700

    Update site for ORC-519.
---
 specification/ORCv0/index.html | 4 ++--
 specification/ORCv1/index.html | 6 +++---
 specification/ORCv2/index.html | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/specification/ORCv0/index.html b/specification/ORCv0/index.html
index 3eeddc4..62bed8f 100644
--- a/specification/ORCv0/index.html
+++ b/specification/ORCv0/index.html
@@ -933,7 +933,7 @@ the precision to a maximum of 38 digits, which conveniently uses 127
 bits plus a sign bit. The current encoding of decimal columns stores
 the integer representation of the value as an unbounded length zigzag
 encoded base 128 varint. The scale is stored in the SECONDARY stream
-as an signed integer.</p>
+as a signed integer.</p>
 
 <table>
   <thead>
@@ -961,7 +961,7 @@ as an signed integer.</p>
       <td style="text-align: left"> </td>
       <td style="text-align: left">SECONDARY</td>
       <td style="text-align: left">No</td>
-      <td style="text-align: left">Unsigned Integer RLE v1</td>
+      <td style="text-align: left">Signed Integer RLE v1</td>
     </tr>
   </tbody>
 </table>
diff --git a/specification/ORCv1/index.html b/specification/ORCv1/index.html
index f3236db..f2a2f30 100644
--- a/specification/ORCv1/index.html
+++ b/specification/ORCv1/index.html
@@ -1542,7 +1542,7 @@ the precision to a maximum of 38 digits, which conveniently uses 127
 bits plus a sign bit. The current encoding of decimal columns stores
 the integer representation of the value as an unbounded length zigzag
 encoded base 128 varint. The scale is stored in the SECONDARY stream
-as an signed integer.</p>
+as a signed integer.</p>
 
 <table>
   <thead>
@@ -1570,7 +1570,7 @@ as an signed integer.</p>
       <td style="text-align: left"> </td>
       <td style="text-align: left">SECONDARY</td>
       <td style="text-align: left">No</td>
-      <td style="text-align: left">Unsigned Integer RLE v1</td>
+      <td style="text-align: left">Signed Integer RLE v1</td>
     </tr>
     <tr>
       <td style="text-align: left">DIRECT_V2</td>
@@ -1588,7 +1588,7 @@ as an signed integer.</p>
       <td style="text-align: left"> </td>
       <td style="text-align: left">SECONDARY</td>
       <td style="text-align: left">No</td>
-      <td style="text-align: left">Unsigned Integer RLE v2</td>
+      <td style="text-align: left">Signed Integer RLE v2</td>
     </tr>
   </tbody>
 </table>
diff --git a/specification/ORCv2/index.html b/specification/ORCv2/index.html
index e507d05..8e4a642 100644
--- a/specification/ORCv2/index.html
+++ b/specification/ORCv2/index.html
@@ -1603,7 +1603,7 @@ the type. As an interim solution, we are using RLE v2 for short decimals
       <td style="text-align: left"> </td>
       <td style="text-align: left">SECONDARY</td>
       <td style="text-align: left">No</td>
-      <td style="text-align: left">Unsigned Integer RLE v2</td>
+      <td style="text-align: left">Signed Integer RLE v2</td>
     </tr>
   </tbody>
 </table>