-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ARROW-13886 [R] Expand documentation for decimal() #11758
Conversation
…on` and `scale` + docs + updated unit tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few pedantic changes but otherwise looks good. Won't approve yet as I think you're still making changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this, looking good so far, a few questions / comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good — a few small comments
…-13886_decimal_docs
Raised a Jira to improve the error messaging and reverted to use the error messages as surfaced from the C++ code |
Benchmark runs are scheduled for baseline = 35b3567 and contender = d722f50. d722f50 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
First attempt at this. Will be followed by:
decimal()
decimal128()
anddecimal256()
Arrays
Tickets generated:
decimal128()
- https://issues.apache.org/jira/browse/ARROW-14843decimal256()
- https://issues.apache.org/jira/browse/ARROW-14844Decimal128Type
&Decimal256Type
in the C++ code - https://issues.apache.org/jira/browse/ARROW-14842