Skip to content

Commit

Permalink
ORC-1263: Doc: add decimal type to ORC Website
Browse files Browse the repository at this point in the history
### 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]>
  • Loading branch information
zhangbutao authored and dongjoon-hyun committed Aug 26, 2022
1 parent 84bb3d5 commit 432a7aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/_docs/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 432a7aa

Please sign in to comment.