vboo123 commented on code in PR #56690: URL: https://github.com/apache/spark/pull/56690#discussion_r3461986739
########## sql/core/src/test/resources/sql-tests/inputs/postgreSQL/time.sql: ########## @@ -0,0 +1,43 @@ +-- +-- Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group +-- Review Comment: @uros-b I included it since I thought it mirrors the existing `postgreSQL/date.sql` ([L1-L6](https://github.com/apache/spark/blob/master/sql/core/src/test/resources/sql-tests/inputs/postgreSQL/date.sql#L1-L6)) and `postgreSQL/timestamp.sql` ([L1-L6](https://github.com/apache/spark/blob/master/sql/core/src/test/resources/sql-tests/inputs/postgreSQL/timestamp.sql#L1-L6)). Thesecarry the same PostgreSQL attribution header since, from what I understand, these are ports of PostgreSQL's src/test/regress/sql/* tests. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
