Skip to content

Commit

Permalink
Merge branch 'master-SPARK-31982-sequence-cross-dst-follow-presto' of…
Browse files Browse the repository at this point in the history
… github.com:TJX2014/spark into master-SPARK-31982-sequence-cross-dst-follow-presto
  • Loading branch information
TJX2014 committed Jul 6, 2020
2 parents d860c0e + 2bd2d0b commit 8c4ffaa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2684,8 +2684,8 @@ object Sequence {
val check = if (scale == MICROS_PER_DAY) {
s"""
|if ($stepMonths == 0 && $stepDays == 0) {
| throw new IllegalArgumentException(
| "sequence step must be a day interval if start and end values are dates");
| throw new IllegalArgumentException(
| "sequence step must be a day interval if start and end values are dates");
|}
""".stripMargin
} else {
Expand Down

0 comments on commit 8c4ffaa

Please sign in to comment.