Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unnecessary line
  • Loading branch information
maropu committed May 11, 2017
commit 54a05daaf26c9ba7228e3d9c35085c3bc6015d65
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ select * from RaNgE(2);
EXPLAIN select * from RaNgE(2);

-- cross-join table valued functions
SET spark.sql.crossJoin.enabled=true;
EXPLAIN EXTENDED SELECT * FROM range(3) CROSS JOIN range(3);
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- Automatically generated by SQLQueryTestSuite
-- Number of queries: 11
-- Number of queries: 10


-- !query 0
Expand Down Expand Up @@ -106,18 +106,10 @@ struct<plan:string>


-- !query 9
SET spark.sql.crossJoin.enabled=true
-- !query 9 schema
struct<key:string,value:string>
-- !query 9 output
spark.sql.crossJoin.enabled true


-- !query 10
EXPLAIN EXTENDED SELECT * FROM range(3) CROSS JOIN range(3)
-- !query 10 schema
-- !query 9 schema
struct<plan:string>
-- !query 10 output
-- !query 9 output
== Parsed Logical Plan ==
'Project [*]
+- 'Join Cross
Expand Down