-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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-14779: [C++] Add other common round mode names to RoundMode docs #11838
Conversation
|
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! Would you like to undraft this? (edit: and remove the [WIP])
Done. Thanks! |
Sorry, do you want to rebase/force-push to get CI to trigger again? (It skips everything when you have "WIP" in the PR title) |
cpp/src/arrow/compute/api_scalar.h
Outdated
@@ -57,19 +57,19 @@ class ARROW_EXPORT ElementWiseAggregateOptions : public FunctionOptions { | |||
enum class RoundMode : int8_t { | |||
/// Round to nearest integer less than or equal in magnitude (aka "floor") | |||
DOWN, | |||
/// Round to nearest integer greater than or equal in magnitude (aka "ceil") | |||
/// Round to nearest integer greater than or equal in magnitude (aka "ceiling") |
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.
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.
Sure, I will make those changes.
Sure I will make one. |
Thanks. The RTools failure appears to be a timeout, the AppVeyor test appears to be S3 tests flaking (ARROW-13957) |
Benchmark runs are scheduled for baseline = a8ed77e and contender = 28e9bac. 28e9bac is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
In this draft PR, the docstrings were updated and referred to the wikipedia definitions: https://en.wikipedia.org/wiki/Rounding#Types_of_rounding