MaxGekk commented on a change in pull request #32176:
URL: https://github.com/apache/spark/pull/32176#discussion_r614258155
##########
File path: sql/core/src/test/resources/sql-tests/results/ansi/interval.sql.out
##########
@@ -106,9 +112,15 @@ struct<(- INTERVAL '-1 months 1 days -1 seconds'):interval>
-- !query
select -interval -1 month 1 day -1 second
-- !query schema
-struct<(- INTERVAL '-1 months 1 days -1 seconds'):interval>
Review comment:
In the future (I hope in the near future), we will get rid off
`CalendarIntervalType`. If we are going to support multi-value-unit interval,
we should be able to parse them to ANSI intervals.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]