Skip to content

Commit 794951b

Browse files
committed
chore
1 parent dfff2c7 commit 794951b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/sqllogictest/test_files/join.slt.part

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ query TT
671671
explain select * from t1 inner join t2 on true;
672672
----
673673
logical_plan
674-
01)Cross Join:
674+
01)Cross Join:
675675
02)--TableScan: t1 projection=[t1_id, t1_name, t1_int]
676676
03)--TableScan: t2 projection=[t2_id, t2_name, t2_int]
677677
physical_plan

0 commit comments

Comments
 (0)