h-vetinari commented on PR #34652: URL: https://github.com/apache/arrow/pull/34652#issuecomment-1500759280
Bunch of errors on windows + R seem to have cropped up since 11.0 (as https://github.com/conda-forge/r-arrow-feedstock/pull/61 is passing): ``` arrowExports.cpp:1056:17: error: use of undeclared identifier 'acero' std::shared_ptr<acero::ExecNode> ExecNode_Scan(const std::shared_ptr<acero::ExecPlan>& plan, const std::shared_ptr<ds::Dataset>& dataset, const std::shared_ptr<compute::Expression>& filter, cpp11::list projection); ^ arrowExports.cpp:1056:70: error: use of undeclared identifier 'acero' std::shared_ptr<acero::ExecNode> ExecNode_Scan(const std::shared_ptr<acero::ExecPlan>& plan, const std::shared_ptr<ds::Dataset>& dataset, const std::shared_ptr<compute::Expression>& filter, cpp11::list projection); ^ arrowExports.cpp:1059:40: error: use of undeclared identifier 'acero' arrow::r::Input<const std::shared_ptr<acero::ExecPlan>&>::type plan(plan_sexp); ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org