You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Zach Amsden (JIRA)" <ji...@apache.org> on 2017/09/23 02:17:00 UTC

[jira] [Created] (HIVE-17589) Beeline command line interface won't execute unterminated statements

Zach Amsden created HIVE-17589:
----------------------------------

             Summary: Beeline command line interface won't execute unterminated statements
                 Key: HIVE-17589
                 URL: https://issues.apache.org/jira/browse/HIVE-17589
             Project: Hive
          Issue Type: Bug
          Components: Beeline
            Reporter: Zach Amsden


Beeline used to execute unterminated statements passed by command line, for example:

"DROP TABLE IF EXISTS functional_hbase.internal_hbase_table"

Now these statements do not execute unless terminated by a semicolon, as in:

"DROP TABLE IF EXISTS functional_hbase.internal_hbase_table;"

This is a behavioral regression that is almost certain to impact existing scripts, import jobs, etc.  Downstream this broke Impala's data load when using an updated version of Hive.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)