jonkeane commented on a change in pull request #11032:
URL: https://github.com/apache/arrow/pull/11032#discussion_r728999726
##########
File path: cpp/src/arrow/compute/exec/exec_plan.h
##########
@@ -407,5 +407,13 @@ std::shared_ptr<RecordBatchReader> MakeGeneratorReader(
std::shared_ptr<Schema>,
std::function<Future<util::optional<ExecBatch>>()>,
MemoryPool*);
+constexpr int kDefaultBackgroundMaxQ = 32;
+constexpr int kDefaultBackgroundQRestart = 16;
+
+ARROW_EXPORT
+Result<std::function<Future<util::optional<ExecBatch>>()>> MakeReaderGenerator(
Review comment:
I've added some here, though I'm sure they could be polished by those
who know the style and execplan setup better.
--
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]