Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/2513#issuecomment-57641729
[QA tests have
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/21201/consoleFull)
for PR 2513 at commit
[`39d243e`](https://github.com/apache/spark/commit/39d243e08bda340e7e68a90087e6ef5adf9f4830).
* This patch **passes** unit tests.
* This patch merges cleanly.
* This patch adds the following public classes _(experimental)_:
* `case class CacheTableCommand(tableName: String, plan:
Option[LogicalPlan], isLazy: Boolean)`
* `case class UncacheTableCommand(tableName: String) extends Command`
* `case class CacheTableCommand(tableName: String, logicalPlan:
Option[LogicalPlan], isLazy: Boolean)`
* `case class UncacheCommand(tableName: String) extends LeafNode with
Command `
* `case class DescribeCommand(child: SparkPlan, output: Seq[Attribute])(`
---
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]