-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
Component: RPriority: BlockerMarks a blocker for the releaseMarks a blocker for the releaseType: bug
Milestone
Description
Describe the bug, including details regarding any error messages, version, and platform.
g++ -std=gnu++17 -I"/usr/share/R/include" -DNDEBUG -I/arrow/r/check/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-11.0.0.9000/include -DARROW_STATIC -I'/usr/local/lib/R/site-library/cpp11/include' -fpic -g -O2 -ffile-prefix-map=/build/r-base-4.2.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c arrowExports.cpp -o arrowExports.o
arrowExports.cpp:1053:57: error: ‘acero’ was not declared in this scope
1053 | bool ExecNode_has_ordered_batches(const std::shared_ptr<acero::ExecNode>& node);
| ^~~~~
arrowExports.cpp:1053:72: error: template argument 1 is invalid
1053 | bool ExecNode_has_ordered_batches(const std::shared_ptr<acero::ExecNode>& node);
Maybe related to #34685 merging?
Component(s)
R
Metadata
Metadata
Assignees
Labels
Component: RPriority: BlockerMarks a blocker for the releaseMarks a blocker for the releaseType: bug