Description
First:
./build/mvn -Phive-thriftserver -DskipTests package
Then:
$ bin/spark-sql
18/12/10 19:35:02 INFO SparkSQLCLIDriver: Time taken: 4.483 seconds, Fetched 1 row(s)
spark-sql> select "1;2";
Error in query:
no viable alternative at input 'select "'(line 1, pos 7)
== SQL ==
select "1
-------^^^
Attachments
Issue Links
- relates to
-
SPARK-30049 SQL fails to parse when comment contains an unmatched quote character
- Resolved
- links to