SparkQA commented on issue #27153: [SPARK-20384][SQL] Support value class in schema of Dataset (without breaking existing current projection) URL: https://github.com/apache/spark/pull/27153#issuecomment-574053232 **[Test build #116688 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/116688/testReport)** for PR 27153 at commit [`c23705d`](https://github.com/apache/spark/commit/c23705d9715efa16d73491191143c9f802bdff51). * This patch **fails due to an unknown error code, -9**. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * ` test(\"Value class filter\") ` * ` test(\"Array value class filter\") ` * ` test(\"Nested value class filter\") ` * ` case class StringWrapper(s: String) extends AnyVal` * ` case class ArrayStringWrapper(wrappers: Seq[StringWrapper])` * ` case class ContainerStringWrapper(wrapper: StringWrapper)`
---------------------------------------------------------------- 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]
