You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "zhuwei (JIRA)" <ji...@apache.org> on 2018/04/24 13:24:00 UTC

[jira] [Created] (HIVE-19287) parse error with semicolon in comment in file

zhuwei created HIVE-19287:
-----------------------------

             Summary: parse error with semicolon in comment in file
                 Key: HIVE-19287
                 URL: https://issues.apache.org/jira/browse/HIVE-19287
             Project: Hive
          Issue Type: Bug
         Environment: hive 2.2.1
            Reporter: zhuwei
            Assignee: zhuwei


It will get error when hive query written in file look like this:

select col

  --this is; an example

from db.table

limit 1;

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)