dongjoon-hyun commented on a change in pull request #25148: [SPARK-28326][SQL][TEST] Port join.sql URL: https://github.com/apache/spark/pull/25148#discussion_r308016183
########## File path: sql/core/src/test/resources/sql-tests/inputs/pgSQL/join.sql ########## @@ -0,0 +1,2079 @@ +-- +-- Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group +-- +-- +-- JOIN +-- Test JOIN clauses +-- https://github.com/postgres/postgres/blob/REL_12_BETA2/src/test/regress/sql/join.sql +-- +create or replace temporary view INT4_TBL as select * from Review comment: Shall we use `upper case` like `CREATE OR ...`? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
