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/08/26 14:54:28 UTC

[orc] branch main updated: ORC-1263: Doc: add decimal type to ORC Website

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

dongjoon 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 432a7aade ORC-1263: Doc: add decimal type to ORC Website
432a7aade is described below

commit 432a7aade9ea8d3cd705d315da21c2c859bce9ef
Author: zhangbutao <zh...@cmss.chinamobile.com>
AuthorDate: Fri Aug 26 07:54:17 2022 -0700

    ORC-1263: Doc: add decimal type to ORC Website
    
    ### What changes were proposed in this pull request?
    
    Add decimal type to ORC Website.
    At present, there is no decimal type description in https://orc.apache.org/docs/types.html.
    
    ### Why are the changes needed?
    
    ### How was this patch tested?
    
    Closes #1236 from zhangbutao/ORC-1263.
    
    Authored-by: zhangbutao <zh...@cmss.chinamobile.com>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 site/_docs/types.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/site/_docs/types.md b/site/_docs/types.md
index dbe843be7..41f774467 100644
--- a/site/_docs/types.md
+++ b/site/_docs/types.md
@@ -27,6 +27,8 @@ ORC provides a rich set of scalar and compound types:
   * varchar
 * Binary blobs
   * binary
+* Decimal type
+  * decimal
 * Date/time
   * timestamp
   * timestamp with local time zone