Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
1.5.2
-
None
-
None
Description
0: jdbc:hive2://192.168.128.130:14005> SELECT ';' from tx_1 limit 1 ;
Error: org.apache.spark.sql.AnalysisException: cannot recognize input near '<EOF>' '<EOF>' '<EOF>' in select clause; line 1 pos 8 (state=,code=0)
0: jdbc:hive2://192.168.128.130:14005>
0: jdbc:hive2://192.168.128.130:14005> select '\;' from tx_1 limit 1 ;
Error: org.apache.spark.sql.AnalysisException: cannot recognize input near '<EOF>' '<EOF>' '<EOF>' in select clause; line 1 pos 9 (state=,code=0)
Attachments
Issue Links
- duplicates
-
SPARK-12014 Spark SQL query containing semicolon is broken in Beeline (related to HIVE-11100)
- Resolved
- is related to
-
HIVE-11100 Beeline should escape semi-colon in queries
- Closed