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

CREATE TABLE IF NOT EXISTS should match schemas.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      CREATE TABLE foo (bar BIGINT);
      CREATE TABLE IF NOT EXISTS foo (baz BIGINT, extra STRING);

      ...the latter should throw a warning, because the table as specified does not exist.

      Attachments

        Activity

          People

            Unassigned Unassigned
            akramer Adam Kramer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: