TJX2014 opened a new pull request #28819:
URL: https://github.com/apache/spark/pull/28819
### What changes were proposed in this pull request?
Add judge equal condition as bigger in
`org.apache.spark.sql.catalyst.expressions.Sequence.TemporalSequenceImpl#eval`
Unit for interval `day`, `month`, `year`
### Why are the changes needed?
Bug exists when sequence input get a equal start and end date, which will
occur `while loop` forever
### Does this PR introduce _any_ user-facing change?
Yes,
Before this PR, people will get a
`java.lang.ArrayIndexOutOfBoundsException`, when eval as below:
`sql("select sequence(cast('2011-03-01' as date), cast('2011-03-01' as
date), interval 1 year)").show(false)
`
### How was this patch tested?
Unit test.
----------------------------------------------------------------
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]