This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-1.8
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-1.8 by this push:
new 57013bb4c ORC-1263: Doc: add decimal type to ORC Website
57013bb4c is described below
commit 57013bb4c5e5b780457ba716d794ca20b3cf2dec
Author: zhangbutao <[email protected]>
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 <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 432a7aade9ea8d3cd705d315da21c2c859bce9ef)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
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