-
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-17695: [C++] Remove Variant class #14136
Conversation
fe9aad1
to
1647f0f
Compare
This comment was marked as outdated.
This comment was marked as outdated.
|
Use std::variant instead.
1647f0f
to
a1a92d7
Compare
Revision: a1a92d7 Submitted crossbow builds: ursacomputing/crossbow @ variant-1 |
@kou Would you have any other 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.
+1
Benchmark runs are scheduled for baseline = 9131724 and contender = decddbb. decddbb is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
['Python', 'R'] benchmarks have high level of regressions. |
Use std::variant instead. Authored-by: Antoine Pitrou <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
Use std::variant instead. Authored-by: Antoine Pitrou <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
Use std::variant instead.