You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Michael Armbrust (JIRA)" <ji...@apache.org> on 2014/06/12 09:50:02 UTC

[jira] [Created] (SPARK-2128) No plan for DESCRIBE

Michael Armbrust created SPARK-2128:
---------------------------------------

             Summary: No plan for DESCRIBE
                 Key: SPARK-2128
                 URL: https://issues.apache.org/jira/browse/SPARK-2128
             Project: Spark
          Issue Type: Bug
          Components: SQL
            Reporter: Michael Armbrust


{code}
java.lang.AssertionError: assertion failed: No plan for NativeCommand DESCRIBE src

	at scala.Predef$.assert(Predef.scala:179)
	at org.apache.spark.sql.catalyst.planning.QueryPlanner.apply(QueryPlanner.scala:59)
	at org.apache.spark.sql.SQLContext$QueryExecution.sparkPlan$lzycompute(SQLContext.scala:302)
	at org.apache.spark.sql.SQLContext$QueryExecution.sparkPlan(SQLContext.scala:302)
	at org.apache.spark.sql.SQLContext$QueryExecution.executedPlan$lzycompute(SQLContext.scala:303)
	at org.apache.spark.sql.SQLContext$QueryExecution.executedPlan(SQLContext.scala:303)
	at org.apache.spark.sql.SchemaRDD.collect(SchemaRDD.scala:379)
	at .<init>(<console>:40)
	at .<clinit>(<console>)
	at .<init>(<console>:7)
	at .<clinit>(<console>)
	at $print(<console>)
{code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)