Uh oh!
There was an error while loading. Please reload this page.
ARROW-17695: [C++] Remove Variant class - #14136
Conversation
fe9aad1 to
1647f0fCompare
This comment was marked as outdated.
This comment was marked as outdated.
Uh oh!
There was an error while loading. Please reload this page.
Use std::variant instead.
1647f0f to
a1a92d7Comparepitrou
commented
Sep 16, 2022
Revision: a1a92d7 Submitted crossbow builds: ursacomputing/crossbow @ variant-1 |
pitrou
commented
Sep 16, 2022
@kou Would you have any other comment? |
ursabot
commented
Sep 18, 2022
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. |
ursabot
commented
Sep 18, 2022
['Python', 'R'] benchmarks have high level of regressions. |
Use std::variant instead. Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Use std::variant instead.