olivrlee commented on code in PR #3069: URL: https://github.com/apache/calcite/pull/3069#discussion_r1107929069
########## babel/src/test/resources/sql/big-query.iq: ########## @@ -1937,7 +1937,7 @@ SELECT SELECT TIMESTAMP "2010-07-07 10:20:00" AS later_timestamp, TIMESTAMP "2008-12-25 15:30:00" AS earlier_timestamp, - TIMESTAMP_DIFF(TIMESTAMP "2010-07-07 10:20:00", TIMESTAMP "2008-12-25 15:30:00", HOUR) AS hours; + TIMESTAMP_DIFF(1, TIMESTAMP "2008-12-25 15:30:00", HOUR) AS hours; Review Comment: Using this babel quidem test to test error messages because CalciteSqlOperatorTest uses MockCatalogReader -- 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]
