Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/3082#issuecomment-61575887
[Test build #22835 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22835/consoleFull)
for PR 3082 at commit
[`804e7ff`](https://github.com/apache/spark/commit/804e7ffb952519dd2a4c400607c3ef432ae29321).
* This patch **fails RAT tests**.
* This patch merges cleanly.
* This patch adds the following public classes _(experimental)_:
* `case class ExecutorLostFailure(execId: String) extends
TaskFailedReason `
* `public class YarnShuffleService extends AuxiliaryService `
* `class DecimalType(DataType):`
* ` // in some cases, such as when a class is enclosed in an
object (in which case`
* `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 [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]