Skip to content

Commit c4312ea

Browse files
authored
GH-35073: [R] Minimal build is failing (acero symbol not defined) (#35074)
This PR updates the decorator in a function introduced in #34685 which inadvertently referenced `arrow` and not `acero`. * Closes: #35073 Authored-by: Nic Crane <thisisnic@gmail.com> Signed-off-by: Jacob Wujciak-Jens <jacob@wujciak.de>
1 parent 49e60a0 commit c4312ea

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

r/src/arrowExports.cpp

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

r/src/compute-exec.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ std::shared_ptr<arrow::Schema> ExecNode_output_schema(
261261
return node->output_schema();
262262
}
263263

264-
// [[arrow::export]]
264+
// [[acero::export]]
265265
bool ExecNode_has_ordered_batches(const std::shared_ptr<acero::ExecNode>& node) {
266266
return !node->ordering().is_unordered();
267267
}

0 commit comments

Comments
 (0)