You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "luoyuxia (Jira)" <ji...@apache.org> on 2022/11/16 01:59:00 UTC

[jira] [Created] (HIVE-26741) Unexpect behavior for insert when table name is like `db.tab`

luoyuxia created HIVE-26741:
-------------------------------

             Summary: Unexpect behavior for insert when table name is like `db.tab`
                 Key: HIVE-26741
                 URL: https://issues.apache.org/jira/browse/HIVE-26741
             Project: Hive
          Issue Type: Bug
          Components: SQL
            Reporter: luoyuxia
         Attachments: image-2022-11-16-09-57-57-461.png

Just meet a strange problem with following sql, it'll overwrite the data instead of appending data.
{code:java}
insert into table `default.t1` values (1, 2){code}
The result is as follows:

!image-2022-11-16-09-57-57-461.png|width=397,height=362!

is it a bug or some other things?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)