Skip to content

Commit 7dd5e6e

Browse files
committed
fix format
1 parent f1b1bd8 commit 7dd5e6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datafusion/optimizer/src/push_down_filter.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2308,7 +2308,7 @@ mod tests {
23082308
plan,
23092309
@r"
23102310
Projection: test.a, test1.d
2311-
Cross Join:
2311+
Cross Join:
23122312
Projection: test.a, test.b, test.c
23132313
TableScan: test, full_filters=[test.a = Int32(1)]
23142314
Projection: test1.d, test1.e, test1.f
@@ -2338,7 +2338,7 @@ mod tests {
23382338
plan,
23392339
@r"
23402340
Projection: test.a, test1.a
2341-
Cross Join:
2341+
Cross Join:
23422342
Projection: test.a, test.b, test.c
23432343
TableScan: test, full_filters=[test.a = Int32(1)]
23442344
Projection: test1.a, test1.b, test1.c

0 commit comments

Comments
 (0)