-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-35073: [R] Minimal build is failing (acero symbol not defined) #35074
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
Conversation
|
@github-actions crossbow submit test-r-minimal-build |
|
Revision: d5373b9 Submitted crossbow builds: ursacomputing/crossbow @ actions-21ed3a1c52
|
assignUser
left a 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 = 49e60a0 and contender = c4312ea. c4312ea 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. |
…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.