Description
Beeline should escape the semicolon in queries. for example, the query like followings:
CREATE TABLE beeline_tb (c1 int, c2 string) ROW FORMAT DELIMITED FIELDS TERMINATED BY ';' LINES TERMINATED BY '\n';
or
CREATE TABLE beeline_tb (c1 int, c2 string) ROW FORMAT DELIMITED FIELDS TERMINATED BY '\;' LINES TERMINATED BY '\n';
both failed.
But the 2nd query with semicolon escaped with "\" works in CLI.
Attachments
Attachments
Issue Links
- is depended upon by
-
HIVE-15820 comment at the head of beeline -e
- Closed
- is related to
-
SPARK-12014 Spark SQL query containing semicolon is broken in Beeline (related to HIVE-11100)
- Resolved
-
HIVE-9877 Beeline cannot run multiple statements in the same row
- Closed
- relates to
-
HIVE-12259 Command containing semicolon is broken in Beeline
- Resolved
-
HIVE-12646 beeline and HIVE CLI do not parse ; in quote properly
- Resolved
-
SPARK-12497 thriftServer does not support semicolon in sql
- Closed