Chetan Bhat created SPARK-14198:
-----------------------------------
Summary: Error: org.apache.spark.sql.AnalysisException: cannot
recognize input near '<EOF>' '<EOF>' '<EOF>' in subquery source; line 1 pos 86
(state=,code=0)
Key: SPARK-14198
URL: https://issues.apache.org/jira/browse/SPARK-14198
Project: Spark
Issue Type: Bug
Components: SQL
Affects Versions: 1.5.1
Reporter: Chetan Bhat
Priority: Minor
In Beeline when the SQL is executed using Spark the error occurs.
select count(*) from ( select case when imei like '%007%' then imei end
from babu8);
Error: org.apache.spark.sql.AnalysisException: cannot recognize input near
'<EOF>' '<EOF>' '<EOF>' in subquery source; line 1 pos 86 (state=,code=0)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]