Skip to content

Commit 9b576f3

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! WIP
1 parent f82d0a1 commit 9b576f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/optimizer/src/eliminate_duplicated_expr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ mod tests {
123123
.limit(5, Some(10))?
124124
.build()?;
125125
let expected = "Limit: skip=5, fetch=10\
126-
\n Sort: test.a, test.b, test.c\
126+
\n Sort: test.a ASC NULLS LAST, test.b ASC NULLS LAST, test.c ASC NULLS LAST\
127127
\n TableScan: test";
128128
assert_optimized_plan_eq(plan, expected)
129129
}

0 commit comments

Comments
 (0)