Github user databricks-jenkins commented on the issue: https://github.com/apache/spark/pull/36 **[Test build #75 has finished](https://jenkins.test.databricks.com/job/spark-pull-request-builder/75/consoleFull)** for PR 36 at commit [`66bab99`](https://github.com/apache/spark/commit/66bab9901ab1a93f36eb0b0a5f8472744e9804fe). * This patch **fails to build**. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * ` class ByteCodeParserException(message: String) extends ClosureTranslationException(message, null)` * ` class UnsupportedOpcodeException(` * ` sealed trait Node ` * ` sealed trait BinaryNode extends Node ` * ` sealed trait UnaryNode extends Node ` * ` sealed trait NullaryNode extends Node ` * ` case class Constant[T: ClassTag](value: T) extends NullaryNode ` * ` case class Argument(dataType: Type) extends NullaryNode ` * ` case class This(dataType: Type) extends NullaryNode ` * ` case class If(condition: Node, left: Node, right: Node, dataType: Type) extends BinaryNode` * ` case class FunctionCall(` * ` case class Static(clazz: String, name: String, dataType: Type) extends NullaryNode` * ` case class Cast(node: Node, dataType: Type) extends UnaryNode` * ` case class Arithmetic(` * `class ByteCodeParser ` * `class ClosureTranslationException(` * `class ExpressionGenerator ` * ` throw new ClosureTranslationException(\"ExpressionGenerator only support case class or \" +` * ` case class Field(` * ` case class NPEOnNull(` * `class TypeOps(dataType: Type) ` * ` class UnSupportedTypeException(dataType: Type)` * `case class TranslateClosureOptimizerRule(conf: CatalystConf) extends Rule[LogicalPlan] ` * ` case class Parent(child: LogicalPlan) extends UnaryNode ` * `class TypedSumDouble[IN](val f: IN => Double) extends Aggregator[IN, Double, Double] ` * `class TypedSumLong[IN](val f: IN => Long) extends Aggregator[IN, Long, Long] ` * `class TypedCount[IN](val f: IN => Any) extends Aggregator[IN, Long, Long] ` * `class TypedAverage[IN](val f: IN => Double) extends Aggregator[IN, (Double, Long), Double] `
--- 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