From 432a7aade9ea8d3cd705d315da21c2c859bce9ef Mon Sep 17 00:00:00 2001 From: zhangbutao Date: Fri, 26 Aug 2022 07:54:17 -0700 Subject: [PATCH] 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 Signed-off-by: Dongjoon Hyun --- site/_docs/types.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/_docs/types.md b/site/_docs/types.md index dbe843be75..41f7744672 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