pitrou commented on code in PR #41335:
URL: https://github.com/apache/arrow/pull/41335#discussion_r1598552992
##########
cpp/src/arrow/acero/query_context.h:
##########
@@ -145,11 +144,6 @@ class ARROW_ACERO_EXPORT QueryContext {
std::unique_ptr<TaskScheduler> task_scheduler_ = TaskScheduler::Make();
ThreadIndexer thread_indexer_;
- struct ThreadLocalData {
- bool is_init = false;
- arrow::util::TempVectorStack stack;
Review Comment:
It seems this was the last place in a non-internal header file where the
full definition of `TempVectorStack` is required, so, perhaps we can now move
`TempVectorStack` to a `arrow/compute/util_internal.h` header file?
--
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]