maropu commented on a change in pull request #24850: [SPARK-28020][SQL][TEST] Port date.sql URL: https://github.com/apache/spark/pull/24850#discussion_r300510302
########## File path: sql/core/src/test/resources/sql-tests/inputs/pgSQL/date.sql ########## @@ -0,0 +1,358 @@ +-- +-- Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group +-- +-- +-- DATE +-- https://github.com/postgres/postgres/blob/REL_12_BETA1/src/test/regress/sql/date.sql Review comment: btw, we don't need to have the same snapshot of these migrated pg tests? In `sql-tests/inputs/pgSQL`, already-merged tests comes from `REL_12_BETA1` and the other tests will come from `REL_12_BETA2`? ---------------------------------------------------------------- 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]
