We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca7de4f commit d2b84d4Copy full SHA for d2b84d4
datafusion/datasource-parquet/src/row_group_filter.rs
@@ -137,7 +137,7 @@ impl RowGroupAccessPlanFilter {
137
/// When statistics are truncated to length 6 (e.g., `statistics_truncate_length = 6`),
138
/// the min/max values become:
139
///
140
- /// ```
+ /// ```text
141
/// Row group 3: species_min="Alpine", species_max="Alpine" (truncated from "Alpine Ibex"/"Alpine Sheep")
142
/// s_min=76, s_max=101
143
/// ```
0 commit comments