[ https://issues.apache.org/jira/browse/HIVE-27902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Denys Kuzmenko updated HIVE-27902: ---------------------------------- Affects Version/s: 4.0.0-beta-1 > Rewrite Update with empty Where clause to IOW > --------------------------------------------- > > Key: HIVE-27902 > URL: https://issues.apache.org/jira/browse/HIVE-27902 > Project: Hive > Issue Type: Improvement > Affects Versions: 4.0.0-beta-1 > Reporter: Denys Kuzmenko > Priority: Major > > rewrite > {code} > update table mytbl set a = a+5 > {code} > with > {code}insert overwrite table mytbl as select a+5 from mytbl > {code} > note: in case of Iceberg tables it should take care of partition evolution > and overwrite all -- This message was sent by Atlassian Jira (v8.20.10#820010)