Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/2475#issuecomment-56484980
  
      [QA tests have 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/20692/consoleFull)
 for   PR 2475 at commit 
[`c249907`](https://github.com/apache/spark/commit/c249907cf50bcb9f0fed189ef6954558c5efbe12).
     * This patch **fails** unit tests.
     * This patch merges cleanly.
     * This patch adds the following public classes _(experimental)_:
      * `case class CacheCommand(tableName: String, doCache: Boolean) extends 
Command `
      * `case class CacheTableAsSelectCommand(tableName: String, plan: 
LogicalPlan) extends Command `
      * `case class StructField(name: String, dataType: DataType, nullable: 
Boolean = true) `
      * `  implicit class AvroContext(sqlContext: SQLContext) `
      * `  case class AvroRelation(location: String)(val sqlContext: 
SQLContext)`
      * `trait RunnableCommand extends logical.Command `
      * `case class ExecutedCommand(cmd: RunnableCommand) extends SparkPlan `
      * `class DDLParser extends StandardTokenParsers with PackratParsers with 
Logging `
      * `  protected case class Keyword(str: String)`
      * `case class CreateForeignTable(`
      * `trait DataSource `
      * `  abstract class BaseRelation `
      * `  trait TableScan `
      * `  trait PrunedScan `
      * `  trait FilteredScan `
      * `  case class LogicalRelation(relation: 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