beliefer opened a new pull request #32311: URL: https://github.com/apache/spark/pull/32311
### What changes were proposed in this pull request? This PR makes `Sequence` expression supports ANSI intervals as step expression. If the start and stop expression is `TimestampType,` then the step expression could select year-month or day-time interval. If the start and stop expression is `DateType,` then the step expression must be year-month. ### Why are the changes needed? Extends the function of `Sequence` expression. ### Does this PR introduce _any_ user-facing change? 'Yes'. Users could use ANSI intervals as step expression for `Sequence` expression. ### How was this patch tested? New tests. -- 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]
