maropu commented on a change in pull request #26492: [SPARK-28885][SQL][FOLLOW-UP] Remove the ported PgSQL regression tests from the blacklist of SQLQueryTestSuite URL: https://github.com/apache/spark/pull/26492#discussion_r345733622
########## File path: sql/core/src/test/resources/sql-tests/results/postgreSQL/timestamp.sql.out ########## @@ -242,11 +242,11 @@ SELECT '' AS `54`, d1 - timestamp '1997-01-02' AS diff -- !query 26 schema struct<54:string,diff:interval> -- !query 26 output - interval -236720 hours - interval 0 microseconds - interval 3 hours 4 minutes 5 seconds - interval 41393 hours 19 minutes 20 seconds - interval 953 hours 32 minutes 1 seconds + -236720 hours + 0 seconds + 3 hours 4 minutes 5 seconds + 41393 hours 19 minutes 20 seconds + 953 hours 32 minutes 1 seconds Review comment: This diff is related to the recent change: https://github.com/apache/spark/pull/26401 ---------------------------------------------------------------- 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]
