We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d51ba0b commit aa79febCopy full SHA for aa79feb
datafusion/sqllogictest/test_files/join.slt.part
@@ -671,7 +671,7 @@ query TT
671
explain select * from t1 inner join t2 on true;
672
----
673
logical_plan
674
-01)Cross Join:
+01)Cross Join:
675
02)--TableScan: t1 projection=[t1_id, t1_name, t1_int]
676
03)--TableScan: t2 projection=[t2_id, t2_name, t2_int]
677
physical_plan
0 commit comments