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
Next Next commit
PostgreSQL enabled cartesian product by default.
  • Loading branch information
wangyum committed Jul 11, 2019
commit 86ca93380d93565c655eb7a959645536f2c5c64f
4 changes: 0 additions & 4 deletions sql/core/src/test/resources/sql-tests/inputs/pgSQL/case.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
-- https://github.com/postgres/postgres/blob/REL_12_BETA1/src/test/regress/sql/case.sql
-- Test the CASE statement
--
-- This test suite contains two Cartesian products without using explicit CROSS JOIN syntax.
-- Thus, we set spark.sql.crossJoin.enabled to true.
set spark.sql.crossJoin.enabled=true;
CREATE TABLE CASE_TBL (
i integer,
f double
Expand Down Expand Up @@ -264,4 +261,3 @@ SELECT CASE

DROP TABLE CASE_TBL;
DROP TABLE CASE2_TBL;
set spark.sql.crossJoin.enabled=false;
Loading