Github user databricks-jenkins commented on the issue:

    https://github.com/apache/spark/pull/36
  
    **[Test build #70 has 
finished](https://jenkins.test.databricks.com/job/spark-pull-request-builder/70/consoleFull)**
 for PR 36 at commit 
[`54b968b`](https://github.com/apache/spark/commit/54b968bd158483ec771e912c32c3faf1e6c62476).
     * 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(`
      * `case class TranslateClosureOptimizerRule(conf: CatalystConf) extends 
Rule[LogicalPlan] `
      * `  case class Parent(child: LogicalPlan) extends UnaryNode `
      * `class TypeOps(dataType: Type) `
      * `  class UnSupportedTypeException(dataType: Type)`


---
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

Reply via email to