js8544 commented on code in PR #14216:
URL: https://github.com/apache/arrow/pull/14216#discussion_r978500264
##########
cpp/src/arrow/util/async_util_test.cc:
##########
@@ -437,8 +437,8 @@ TEST(AsyncTaskScheduler, Priority) {
constexpr int kNumConcurrentTasks = 8;
std::unique_ptr<AsyncTaskScheduler::Throttle> throttle =
AsyncTaskScheduler::MakeThrottle(kNumConcurrentTasks);
- std::unique_ptr<AsyncTaskScheduler> task_group = AsyncTaskScheduler::Make(
- throttle.get(), std::make_unique<PriorityQueue>());
+ std::unique_ptr<AsyncTaskScheduler> task_group =
Review Comment:
Done. I didn't change this file though, only formatted it.
--
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]