Skip to content

Commit 8b6597a

Browse files
author
umi
committed
fix
1 parent 69de7f4 commit 8b6597a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,6 @@ const RANGE_FETCH_CONCURRENCY: usize = 8;
792792
/// Default metadata prefetch hint: 512 KiB.
793793
const METADATA_SIZE_HINT: usize = 512 * 1024;
794794
/// Minimum range size for splitting: 4 MiB.
795-
/// Matches Java Paimon's `batchSizeForVectorReads` default.
796795
/// Ranges smaller than this will not be split further to avoid
797796
/// excessive small IO requests whose per-request overhead dominates.
798797
const MIN_SPLIT_SIZE: u64 = 4 * 1024 * 1024;

0 commit comments

Comments
 (0)