Github user databricks-jenkins commented on the issue:
https://github.com/apache/spark/pull/36
**[Test build #76 has
finished](https://jenkins.test.databricks.com/job/spark-pull-request-builder/76/consoleFull)**
for PR 36 at commit
[`0bdec01`](https://github.com/apache/spark/commit/0bdec01696eeceea1cdbc3b8dcfe6c7f1aa44776).
* This patch passes all tests.
* 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)`
* `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] `
* `case class TranslateClosureOptimizerRule(conf: CatalystConf) extends
Rule[LogicalPlan] `
* ` case class Parent(child: LogicalPlan) extends UnaryNode `
---
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 [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]