Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-30030

Unexpected behavior for overwrite in Hive dialect

    XMLWordPrintableJSON

Details

    Description

      When overwrite a table in hive dialect, it might not overwrite but to append.

      It can reproduce using the following sql:

      insert overwrite table `db.tab` values (1, 2) 

      only happen when the table is encapsulated by backquote and the table contain two splits with ".".

       

      Just find the behavior in hive is also incorrect as reported in HIVE-26741.

      Let'us keep to see what's the expected behavior.

      Attachments

        Activity

          People

            Unassigned Unassigned
            luoyuxia luoyuxia
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: