Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4107#issuecomment-70587257 [Test build #25777 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25777/consoleFull) for PR 4107 at commit [`774eb49`](https://github.com/apache/spark/commit/774eb49cd6308ee9555f44224502183aef6092c2). * This patch **passes all tests**. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * ` class FileSinkDescWrapper(val dirName: String, var tableInfo: TableDesc, var compressed: Boolean)` * ` trait ReflectedCall[T] ` * ` case class Construct[T](clazz: Class[T], args: (Class[_], AnyRef)*) extends ReflectedCall[T] ` * ` case class Invoke[U](clazz: Class[_], obj: AnyRef, methodName: String, args: (Class[_], AnyRef)*)` * ` case class InvokeStatic[U](clazz: Class[_], methodName: String, args: (Class[_], AnyRef)*)`
--- 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