SparkQA commented on issue #25981: [SPARK-28420][SQL] Support the `INTERVAL` type in `date_part()` URL: https://github.com/apache/spark/pull/25981#issuecomment-543671131 **[Test build #112260 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/112260/testReport)** for PR 25981 at commit [`d4375b5`](https://github.com/apache/spark/commit/d4375b5a938c6a93708059fcf66402d8782e8731). * This patch passes all tests. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `abstract class ExtractIntervalPart(` * `case class ExtractIntervalMillenniums(child: Expression)` * `case class ExtractIntervalCenturies(child: Expression)` * `case class ExtractIntervalDecades(child: Expression)` * `case class ExtractIntervalYears(child: Expression)` * `case class ExtractIntervalQuarters(child: Expression)` * `case class ExtractIntervalMonths(child: Expression)` * `case class ExtractIntervalDays(child: Expression)` * `case class ExtractIntervalHours(child: Expression)` * `case class ExtractIntervalMinutes(child: Expression)` * `case class ExtractIntervalSeconds(child: Expression)` * `case class ExtractIntervalMilliseconds(child: Expression)` * `case class ExtractIntervalMicroseconds(child: Expression)` * `case class ExtractIntervalEpoch(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]
