SparkQA commented on issue #25981: [SPARK-28420][SQL] Support the `INTERVAL` type in `date_part()` URL: https://github.com/apache/spark/pull/25981#issuecomment-536985973 **[Test build #111637 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/111637/testReport)** for PR 25981 at commit [`f8a2385`](https://github.com/apache/spark/commit/f8a23856aeeb704518058ccf37a54637d6867072). * This patch passes all tests. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `case class IntervalMillenniums(child: Expression)` * `case class IntervalCenturies(child: Expression)` * `case class IntervalDecades(child: Expression)` * `case class IntervalYears(child: Expression)` * `case class IntervalQuarters(child: Expression)` * `case class IntervalMonths(child: Expression)` * `case class IntervalDays(child: Expression)` * `case class IntervalHours(child: Expression)` * `case class IntervalMinutes(child: Expression)` * `case class IntervalSeconds(child: Expression)` * `case class IntervalMilliseconds(child: Expression)` * `case class IntervalMicroseconds(child: Expression)` * `case class IntervalEpoch(child: Expression)`
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
