Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/3063#issuecomment-61430971
[Test build #22778 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22778/consoleFull)
for PR 3063 at commit
[`e369b91`](https://github.com/apache/spark/commit/e369b91d0a94329a9c95f882454c6732b42bc970).
* This patch **fails Spark unit tests**.
* This patch merges cleanly.
* This patch adds the following public classes _(experimental)_:
* ` // in some cases, such as when a class is enclosed in an
object (in which case`
* `abstract class GenericStrategy[PhysicalPlan <: TreeNode[PhysicalPlan]]
extends Logging `
* `abstract class UserDefinedType[UserType] extends DataType with
Serializable `
* `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]