Srinath created SPARK-18106:
-------------------------------

             Summary: Analyze Table accepts a garbage identifier at the end
                 Key: SPARK-18106
                 URL: https://issues.apache.org/jira/browse/SPARK-18106
             Project: Spark
          Issue Type: Bug
          Components: SQL
            Reporter: Srinath
            Priority: Minor


{noformat}
scala> sql("create table test(a int)")
res2: org.apache.spark.sql.DataFrame = []

scala> sql("analyze table test compute statistics blah")
res3: org.apache.spark.sql.DataFrame = []
{noformat}

An identifier that is not {noformat}noscan{noformat} produces an 
AnalyzeTableCommand with {code}noscan=false{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to