joosthooz commented on pull request #12609:
URL: https://github.com/apache/arrow/pull/12609#issuecomment-1072471008
I pushed some code trying to do what Weston suggested, but it doesn't
compile. The (first!) problem is apparently that when including
`tracing_internal.h`, the `Future` class becomes incomplete. It causes many
errors like `incomplete type 'class arrow::Future<>'`,
```
arrow/cpp/src/arrow/util/async_generator.h:1531:14: error: 'task_finished'
has incomplete type
1531 | Future<> task_finished;
| ^~~~~~~~~~~~~
```
--
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]