abetomo opened a new issue, #34269:
URL: https://github.com/apache/arrow/issues/34269
### Describe the bug, including details regarding any error messages,
version, and platform.
An error was displayed when the following command was executed.
```
$ cmake .. --preset ninja-debug-maximal -DARROW_BUILD_SHARED=OFF
-DARROW_BUILD_STATIC=ON
$ cmake --build .
```
Errors:
```
/home/xxx/arrow/cpp/src/skyhook/protocol/skyhook_protocol_test.cc:20:10:
fatal error: arrow/dataset/test_util.h: No such file or directory
20 | #include "arrow/dataset/test_util.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
```
`#include "arrow/dataset/test_util_internal.h"` seems to be correct.
### Component(s)
C++
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]