Skip to content

Commit e6d833d

Browse files
xudong963alamb
andauthored
Update datafusion/core/tests/physical_optimizer/enforce_distribution.rs
Co-authored-by: Andrew Lamb <[email protected]>
1 parent 24976bd commit e6d833d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/core/tests/physical_optimizer/enforce_distribution.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3252,7 +3252,7 @@ async fn apply_enforce_distribution_multiple_times() -> Result<()> {
32523252
.unwrap();
32533253

32543254
let batch = results.next().await.unwrap()?;
3255-
// With the fix of https://github.com/apache/datafusion/pull/14207, the number of rows will be 10
3255+
// Without the fix of https://github.com/apache/datafusion/pull/14207, the number of rows will be 10
32563256
assert_eq!(batch.num_rows(), 5);
32573257
Ok(())
32583258
}

0 commit comments

Comments
 (0)