[
https://issues.apache.org/jira/browse/HIVE-26741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634630#comment-17634630
]
luoyuxia commented on HIVE-26741:
---------------------------------
I reproduce it in `apache-hive-3.1.2`. I have't tested with current master
code. But I think the master branch should also reproduce the exception from
the code analysis.
> 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, image-2022-11-16-10-08-31-699.png,
> image-2022-11-16-10-09-40-766.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)