We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24976bd commit e6d833dCopy full SHA for e6d833d
datafusion/core/tests/physical_optimizer/enforce_distribution.rs
@@ -3252,7 +3252,7 @@ async fn apply_enforce_distribution_multiple_times() -> Result<()> {
3252
.unwrap();
3253
3254
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
+ // Without the fix of https://github.com/apache/datafusion/pull/14207, the number of rows will be 10
3256
assert_eq!(batch.num_rows(), 5);
3257
Ok(())
3258
}
0 commit comments