Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
Just meet a strange problem with following sql, it'll overwrite the data instead of appending data.
insert into table `default.t1` values (1, 2)
The result is as follows:
is it a bug or some other things?
Attachments
Attachments
Issue Links
- duplicates
-
HIVE-16907 "INSERT INTO" overwrite old data when destination table encapsulated by backquote
- Closed