SparkQA commented on issue #26134: [SPARK-29486][SQL] CalendarInterval should have 3 fields: months, days and microseconds URL: https://github.com/apache/spark/pull/26134#issuecomment-544220524 **[Test build #112329 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/112329/testReport)** for PR 26134 at commit [`3a6518a`](https://github.com/apache/spark/commit/3a6518ac5828d826f65b0e1a66be8c85c2935321). * This patch **fails Spark unit 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)` * `case class RepairTableStatement(tableName: Seq[String]) extends ParsedStatement`
---------------------------------------------------------------- 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]
