File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed
sql/core/src/test/resources/sql-tests Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -26,5 +26,4 @@ select * from RaNgE(2);
2626EXPLAIN select * from RaNgE(2 );
2727
2828-- cross-join table valued functions
29- SET spark .sql .crossJoin .enabled = true;
3029EXPLAIN EXTENDED SELECT * FROM range(3 ) CROSS JOIN range(3 );
Original file line number Diff line number Diff line change 11-- Automatically generated by SQLQueryTestSuite
2- -- Number of queries: 11
2+ -- Number of queries: 10
33
44
55-- !query 0
@@ -106,18 +106,10 @@ struct<plan:string>
106106
107107
108108-- !query 9
109- SET spark.sql.crossJoin.enabled=true
110- -- !query 9 schema
111- struct<key:string,value:string>
112- -- !query 9 output
113- spark.sql.crossJoin.enabled true
114-
115-
116- -- !query 10
117109EXPLAIN EXTENDED SELECT * FROM range(3) CROSS JOIN range(3)
118- -- !query 10 schema
110+ -- !query 9 schema
119111struct<plan:string>
120- -- !query 10 output
112+ -- !query 9 output
121113== Parsed Logical Plan ==
122114'Project [*]
123115+- 'Join Cross
You can’t perform that action at this time.
0 commit comments