Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-17589

Beeline command line interface won't execute unterminated statements

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Beeline
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            zamsden Zach Amsden
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: