lyang24 commented on code in PR #9093:
URL: https://github.com/apache/arrow-rs/pull/9093#discussion_r2680686382
##########
parquet/benches/arrow_reader.rs:
##########
@@ -23,6 +23,7 @@ use criterion::{BenchmarkGroup, Criterion, criterion_group,
criterion_main};
use half::f16;
use num_bigint::BigInt;
use num_traits::FromPrimitive;
+use parquet::arrow::arrow_reader::DEFAULT_BATCH_SIZE;
Review Comment:
note: I made the bench using 1024 default batch size
--
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]