pub const DEFAULT_ROW_GROUP_SIZE: usize = _; // 102_400usizeExpand description
Default row group size for parquet files.
Keep the existing persisted/on-disk default stable. It intentionally stays
decoupled from DEFAULT_READ_BATCH_SIZE so we can tune runtime scan
batching without changing the row group layout of newly written SSTs.