We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aad61ce commit 26d23b4Copy full SHA for 26d23b4
1 file changed
datafusion/datasource-parquet/src/opener.rs
@@ -1585,7 +1585,7 @@ fn try_init_topk_threshold(
1585
/// Returns the first `DynamicFilterPhysicalExpr` found (as an `Arc`) by
1586
/// checking the predicate itself and recursively walking its children.
1587
/// Check if row groups in the prepared plan are non-overlapping on the
1588
-/// sort column. Adjacent RGs must satisfy max[i] <= min[i+1].
+/// sort column. Adjacent RGs must satisfy `max(i) <= min(i+1)`.
1589
fn rgs_are_non_overlapping(
1590
plan: &crate::access_plan::PreparedAccessPlan,
1591
file_metadata: &parquet::file::metadata::ParquetMetaData,
0 commit comments