pitrou commented on code in PR #35471:
URL: https://github.com/apache/arrow/pull/35471#discussion_r1188848610
##########
cpp/src/arrow/acero/asof_join_node_test.cc:
##########
@@ -1380,7 +1380,7 @@ T GetEnvValue(const std::string& var, T default_value) {
} // namespace
TEST(AsofJoinTest, BackpressureWithBatchesGen) {
- int num_batches = GetEnvValue("ARROW_BACKPRESSURE_DEMO_NUM_BATCHES", 10);
+ int num_batches = GetEnvValue("ARROW_BACKPRESSURE_DEMO_NUM_BATCHES", 2);
Review Comment:
Not sure we want to modify this parameter? cc @westonpace
--
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]