Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/3029#issuecomment-61588061
  
      [Test build #22845 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22845/consoleFull)
 for   PR 3029 at commit 
[`a60477c`](https://github.com/apache/spark/commit/a60477c274675a35276a6e924656db45935b6144).
     * This patch **passes all tests**.
     * This patch merges cleanly.
     * This patch adds the following public classes _(experimental)_:
      * `case class ExecutorLostFailure(execId: String) extends 
TaskFailedReason `
      * `class NullType(PrimitiveType):`
      * `class DecimalType(DataType):`
      * `        //       in some cases, such as when a class is enclosed in an 
object (in which case`
      * `  case class ScalaUdfBuilder[T: TypeTag](f: AnyRef) `
      * `case class UnscaledValue(child: Expression) extends UnaryExpression `
      * `case class MakeDecimal(child: Expression, precision: Int, scale: Int) 
extends UnaryExpression `
      * `case class MutableLiteral(var value: Any, dataType: DataType, 
nullable: Boolean = true)`
      * `abstract class GenericStrategy[PhysicalPlan <: TreeNode[PhysicalPlan]] 
extends Logging `
      * `case class PrecisionInfo(precision: Int, scale: Int)`
      * `case class DecimalType(precisionInfo: Option[PrecisionInfo]) extends 
FractionalType `
      * `abstract class UserDefinedType[UserType] extends DataType with 
Serializable `
      * `final class Decimal extends Ordered[Decimal] with Serializable `
      * `  trait DecimalIsConflicted extends Numeric[Decimal] `
      * `public abstract class UserDefinedType<UserType> extends DataType 
implements Serializable `
      * `trait RunnableCommand extends logical.Command `
      * `case class ExecutedCommand(cmd: RunnableCommand) extends SparkPlan `
      * `  protected case class Keyword(str: String)`
      * `            sys.error(s"Failed to load class for data source: 
$provider")`
      * `case class EqualTo(attribute: String, value: Any) extends Filter`
      * `case class GreaterThan(attribute: String, value: Any) extends Filter`
      * `case class GreaterThanOrEqual(attribute: String, value: Any) extends 
Filter`
      * `case class LessThan(attribute: String, value: Any) extends Filter`
      * `case class LessThanOrEqual(attribute: String, value: Any) extends 
Filter`
      * `trait RelationProvider `
      * `abstract class BaseRelation `
      * `abstract class TableScan extends BaseRelation `
      * `abstract class PrunedScan extends BaseRelation `
      * `abstract class PrunedFilteredScan extends BaseRelation `



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