hsiang-c opened a new issue, #18793: URL: https://github.com/apache/datafusion/issues/18793
### Is your feature request related to a problem or challenge? Apache Spark supports 2 ANSI interval types: `DayTimeIntervalType` and `YearMonthIntervalType` and many Spark functions (e.g. [abs](https://github.com/apache/datafusion/pull/18205)) take ANSI interval types. It would be great to support them in SLT tests. ### Describe the solution you'd like Able to test `SELECT abs(INTERVAL -'1-1' YEAR TO MONTH);` in SLT. ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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]
