Skip to content

Commit b6d2621

Browse files
committed
fix(doc): remove broken intra-doc link for Statistics in StatisticsTable
1 parent 42d0f8e commit b6d2621

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datafusion/sqllogictest/src/test_context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ fn register_async_abs_udf(ctx: &SessionContext) {
624624
/// statistics-dependent optimizer and planner behaviors.
625625
///
626626
/// Unlike [`MemTable`] (which derives statistics from actual data), this
627-
/// provider returns whatever [`Statistics`] you supply, letting tests exercise
627+
/// provider returns whatever `Statistics` you supply, letting tests exercise
628628
/// code paths that depend on specific column NDV, min/max, or row-count values
629629
/// without needing real data files.
630630
pub mod statistics_table {

0 commit comments

Comments
 (0)