Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/7808#issuecomment-126530972 [Test build #39113 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/39113/console) for PR 7808 at commit [`9739a39`](https://github.com/apache/spark/commit/9739a391ed6e047ee1561535714ec82f28a00d12). * This patch **passes all tests**. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `case class DateAdd(startDate: Expression, days: Expression)` * `case class DateSub(startDate: Expression, days: Expression)` * `case class UnixTimestamp(timeExp: Expression, format: Expression)` * `case class FromUnixTime(sec: Expression, format: Expression)` * `case class TimeAdd(start: Expression, interval: Expression)` * `case class TimeSub(start: Expression, interval: Expression)` * `case class AddMonths(startDate: Expression, numMonths: Expression)` * `case class MonthsBetween(date1: Expression, date2: Expression)`
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org