Skip to content

ARROW-13975: [C++] Implement decimal round - #11323

Closed
lidavidm wants to merge 3 commits into
apache:masterfrom
lidavidm:arrow-13975
Closed

ARROW-13975: [C++] Implement decimal round#11323
lidavidm wants to merge 3 commits into
apache:masterfrom
lidavidm:arrow-13975

Conversation

@lidavidm

Copy link
Copy Markdown
Member

Split out of ARROW-13130. Has some overlapping changes.

@github-actions

Copy link
Copy Markdown

@cyb70289cyb70289 left a comment

Copy link
Copy Markdown
Contributor

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.

@lidavidm

Copy link
Copy Markdown
MemberAuthor

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.

@cyb70289

Copy link
Copy Markdown
Contributor

Sorry I didn't make it clear. I've updated the doc. Will merge when CI done.

@cyb70289

Copy link
Copy Markdown
Contributor

Macos CI failures are not related. They also happen in other PRs.

@lidavidm

Copy link
Copy Markdown
MemberAuthor

My bad, thanks for fixing those!

ViniciusSouzaRoque pushed a commit to s1mbi0se/arrow that referenced this pull request Oct 20, 2021
Split out of ARROW-13130. Has some overlapping changes.
Closesapache#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>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@lidavidm@cyb70289