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)