pitrou commented on code in PR #45360: URL: https://github.com/apache/arrow/pull/45360#discussion_r2086220073
########## cpp/src/parquet/chunker_internal_test.cc: ########## @@ -0,0 +1,1689 @@ +// Licensed to the Apache Software Foundation (ASF) under one Review Comment: Just for the record: these tests take 20s here in plain debug mode. This is ok, but they will be much longer on sanitizer and Valgrind builds (see [here](https://github.com/apache/arrow/actions/runs/14980253105/job/42082443677?pr=45360#step:7:7536): 200s on the ASAN+UBSAN build). Can we arrange to make them shorter on those builds, perhaps reducing the number of iterations? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org