Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
1.15.0
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.