cloud-fan commented on a change in pull request #33729:
URL: https://github.com/apache/spark/pull/33729#discussion_r688217565
##########
File path: sql/core/src/test/resources/sql-tests/inputs/interval.sql
##########
@@ -170,6 +170,21 @@ select
null - interval '2' year,
null + interval '2' hour,
null - interval '2' hour;
+select
Review comment:
there is a section at the beginning of this file `-- multiply and divide
an interval by a number`. Can we put the null tests there?
--
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]