cloud-fan commented on a change in pull request #33666:
URL: https://github.com/apache/spark/pull/33666#discussion_r685032511



##########
File path: sql/core/src/test/resources/sql-tests/inputs/timestamp.sql
##########
@@ -102,6 +102,13 @@ select timestamp'2011-11-11 11:11:11' - interval '2' 
second;
 select '2011-11-11 11:11:11' - interval '2' second;
 select '1' - interval '2' second;
 select 1 - interval '2' second;
+select '2011-11-11 11:11:11' - date'2011-11-11';

Review comment:
       let's put it in `date.sql`, as we don't need to test this query 4 times 
with different timestamp settings.




-- 
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]

Reply via email to