Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/3064#issuecomment-61434574
  
      [Test build #22781 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22781/consoleFull)
 for   PR 3064 at commit 
[`97ee9f8`](https://github.com/apache/spark/commit/97ee9f89cc0ffb47317c9217a282022c25bf03d9).
     * This patch **passes all tests**.
     * This patch merges cleanly.
     * This patch adds the following public classes _(experimental)_:
      * `abstract class GenericStrategy[PhysicalPlan <: TreeNode[PhysicalPlan]] 
extends Logging `
      * `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]

Reply via email to