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

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

     [ https://issues.apache.org/jira/browse/HIVE-26741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

luoyuxia updated HIVE-26741:
----------------------------
    Attachment: image-2022-11-16-10-03-08-559.png

> 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
>            Priority: Major
>         Attachments: image-2022-11-16-09-57-57-461.png, image-2022-11-16-10-03-08-559.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)