We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf2221 commit 73efe85Copy full SHA for 73efe85
datafusion/core/tests/dataframe/mod.rs
@@ -6238,7 +6238,7 @@ async fn test_copy_to_preserves_order() -> Result<()> {
6238
let physical_plan_format =
6239
displayable(physical_plan.as_ref()).indent(true).to_string();
6240
6241
- // Expect that input to the DataSinkExec is sorted correctly
+ // Expect that input to the DataSinkExec is sorted correctly
6242
assert_snapshot!(
6243
physical_plan_format,
6244
@r###"
0 commit comments