We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69de7f4 commit 8b6597aCopy full SHA for 8b6597a
1 file changed
crates/paimon/src/arrow/format/parquet.rs
@@ -792,7 +792,6 @@ const RANGE_FETCH_CONCURRENCY: usize = 8;
792
/// Default metadata prefetch hint: 512 KiB.
793
const METADATA_SIZE_HINT: usize = 512 * 1024;
794
/// Minimum range size for splitting: 4 MiB.
795
-/// Matches Java Paimon's `batchSizeForVectorReads` default.
796
/// Ranges smaller than this will not be split further to avoid
797
/// excessive small IO requests whose per-request overhead dominates.
798
const MIN_SPLIT_SIZE: u64 = 4 * 1024 * 1024;
0 commit comments