Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
Weijun-H committed Feb 8, 2025
1 parent d51ba0b commit aa79feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/sqllogictest/test_files/join.slt.part
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ query TT
explain select * from t1 inner join t2 on true;
----
logical_plan
01)Cross Join:
01)Cross Join:
02)--TableScan: t1 projection=[t1_id, t1_name, t1_int]
03)--TableScan: t2 projection=[t2_id, t2_name, t2_int]
physical_plan
Expand Down

0 comments on commit aa79feb

Please sign in to comment.