Skip to content

Commit 9432ce8

Browse files
Update datafusion/core/tests/dataframe/mod.rs
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
1 parent 0c70580 commit 9432ce8

File tree

1 file changed

+1
-0
lines changed
  • datafusion/core/tests/dataframe

1 file changed

+1
-0
lines changed

datafusion/core/tests/dataframe/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6238,6 +6238,7 @@ async fn test_copy_to_preserves_order() -> Result<()> {
62386238
let physical_plan_format =
62396239
displayable(physical_plan.as_ref()).indent(true).to_string();
62406240

6241+
// Expect that input to the DataSinkExec is sorted correctly
62416242
assert_snapshot!(
62426243
physical_plan_format,
62436244
@r###"

0 commit comments

Comments
 (0)