-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-13975: [C++] Implement decimal round #11323
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
Conversation
23ea023 to
867aeeb
Compare
cyb70289
left a comment
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.
LGTM.
Nit: I find there are several typos in compute kernel document, round_mode table. Can we fix the typos altogether in this PR?
https://github.com/apache/arrow/blob/master/docs/source/cpp/compute.rst
Search HALF_DOWN to locate the table.
|
I've updated the docs. Sorry, I'm not sure what the typos are - I fixed one example value but don't see anything else. |
|
Sorry I didn't make it clear. I've updated the doc. Will merge when CI done. |
|
Macos CI failures are not related. They also happen in other PRs. |
|
My bad, thanks for fixing those! |
Split out of ARROW-13130. Has some overlapping changes. Closes apache#11323 from lidavidm/arrow-13975 Lead-authored-by: David Li <li.davidm96@gmail.com> Co-authored-by: Yibo Cai <yibo.cai@arm.com> Signed-off-by: Yibo Cai <yibo.cai@arm.com>
Split out of ARROW-13130. Has some overlapping changes.