Skip to content

Commit 26d23b4

Browse files
committed
fix: escape brackets in doc comment to fix rustdoc link error
1 parent aad61ce commit 26d23b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datafusion/datasource-parquet/src/opener.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1585,7 +1585,7 @@ fn try_init_topk_threshold(
15851585
/// Returns the first `DynamicFilterPhysicalExpr` found (as an `Arc`) by
15861586
/// checking the predicate itself and recursively walking its children.
15871587
/// 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].
1588+
/// sort column. Adjacent RGs must satisfy `max(i) <= min(i+1)`.
15891589
fn rgs_are_non_overlapping(
15901590
plan: &crate::access_plan::PreparedAccessPlan,
15911591
file_metadata: &parquet::file::metadata::ParquetMetaData,

0 commit comments

Comments
 (0)