nilonealex created SPARK-12497: ---------------------------------- Summary: thriftServer does not support semicolon in sql Key: SPARK-12497 URL: https://issues.apache.org/jira/browse/SPARK-12497 Project: Spark Issue Type: Bug Components: SQL Affects Versions: 1.5.2 Reporter: nilonealex
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) -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org