Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
None
Description
I get the following error:
In file included from /home/antoine/arrow/dev/cpp/src/arrow/status_test.cc:25: /home/antoine/arrow/dev/cpp/src/arrow/testing/matchers.h:33:8: error: expected constructor, destructor, or type conversion before '(' token 33 | MATCHER(PointeesEquals, "") { return std::get<0>(arg)->Equals(*std::get<1>(arg)); } | ^
Attachments
Issue Links
- is caused by
-
ARROW-14658 [C++] Add basic support for nested field refs in scanning
- Resolved
- links to