westonpace commented on a change in pull request #11294:
URL: https://github.com/apache/arrow/pull/11294#discussion_r731338714
##########
File path: cpp/src/arrow/util/async_generator.h
##########
@@ -711,6 +711,26 @@ AsyncGenerator<T>
MakeSerialReadaheadGenerator(AsyncGenerator<T> source_generato
return SerialReadaheadGenerator<T>(std::move(source_generator),
max_readahead);
}
+template <typename T>
Review comment:
Added, thanks for the catch. I also realized our grammar was a bit
mixed on these comments so I cleaned that up which introduced a bit of noise to
the PR.
--
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]