Skip to content

Commit d6e440f

Browse files
author
umi
committed
fix
1 parent 8b6597a commit d6e440f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/paimon/src/arrow/format/parquet.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ struct ArrowFileReader {
788788
/// Default coalesce threshold: 1 MiB.
789789
const RANGE_COALESCE_BYTES: u64 = 1024 * 1024;
790790
/// Default concurrent range fetches.
791-
const RANGE_FETCH_CONCURRENCY: usize = 8;
791+
const RANGE_FETCH_CONCURRENCY: usize = 10;
792792
/// Default metadata prefetch hint: 512 KiB.
793793
const METADATA_SIZE_HINT: usize = 512 * 1024;
794794
/// Minimum range size for splitting: 4 MiB.

0 commit comments

Comments
 (0)