Skip to content

Commit d018452

Browse files
2010YOUY01martin-g
andauthored
Update datafusion/core/tests/physical_optimizer/limited_distinct_aggregation.rs
Co-authored-by: Martin Grigorov <martin-g@users.noreply.github.com>
1 parent f54bf19 commit d018452

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datafusion/core/tests/physical_optimizer/limited_distinct_aggregation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ async fn test_partial_final() -> Result<()> {
104104
Ok(())
105105
}
106106

107-
// Ensure operator respect the the soft limit and stops early: `AggregateExec`'s
107+
// Ensure operator respect the soft limit and stops early: `AggregateExec`'s
108108
// `output_rows` metric should be smaller than then total distinct group count.
109109
#[tokio::test]
110110
async fn limited_distinct_aggregate_stream_respects_soft_limit() -> Result<()> {

0 commit comments

Comments
 (0)