Uh oh!
There was an error while loading. Please reload this page.
GH-35073: [R] Minimal build is failing (acero symbol not defined) - #35074
Conversation
thisisnic
commented
Apr 12, 2023
@github-actions crossbow submit test-r-minimal-build |
Revision: d5373b9 Submitted crossbow builds: ursacomputing/crossbow @ actions-21ed3a1c52
|
ursabot
commented
Apr 14, 2023
Benchmark runs are scheduled for baseline = 49e60a0 and contender = c4312ea. c4312ea is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
ursabot
commented
Apr 14, 2023
['Python', 'R'] benchmarks have high level of regressions. |
…d) (apache#35074) This PR updates the decorator in a function introduced in apache#34685 which inadvertently referenced `arrow` and not `acero`. * Closes: apache#35073 Authored-by: Nic Crane <thisisnic@gmail.com> Signed-off-by: Jacob Wujciak-Jens <jacob@wujciak.de>
…d) (apache#35074) This PR updates the decorator in a function introduced in apache#34685 which inadvertently referenced `arrow` and not `acero`. * Closes: apache#35073 Authored-by: Nic Crane <thisisnic@gmail.com> Signed-off-by: Jacob Wujciak-Jens <jacob@wujciak.de>
This PR updates the decorator in a function introduced in #34685 which inadvertently referenced
arrowand notacero.