[
https://issues.apache.org/jira/browse/HIVE-27902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Denys Kuzmenko updated HIVE-27902:
--
Labels: ACID iceberg (was: )
> Rewrite Update with empty Where clause to IOW
> ---
[
https://issues.apache.org/jira/browse/HIVE-27902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Denys Kuzmenko updated HIVE-27902:
--
Description:
rewrite
{code}
update table mytbl set a = a+5
{code}
with
{code}insert overwrit
[
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
> -
[
https://issues.apache.org/jira/browse/HIVE-27902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Denys Kuzmenko updated HIVE-27902:
--
Description:
rewrite
{code}
update table mytbl set a = a+5
{code}
with
{code}insert overwrit
[
https://issues.apache.org/jira/browse/HIVE-27902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Denys Kuzmenko updated HIVE-27902:
--
Description:
rewrite
{code}
update table mytbl set mytbl.a = a+5
{code}
with
{code}insert ov
[
https://issues.apache.org/jira/browse/HIVE-27902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Denys Kuzmenko updated HIVE-27902:
--
Description:
rewrite
{code}
update table mytbl set a = a+5
{code}
with
{code}insert overwrit
[
https://issues.apache.org/jira/browse/HIVE-27902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Denys Kuzmenko updated HIVE-27902:
--
Description:
rewrite
{code}
update table mytbl set mytbl.a+5
{code}
with
{code}insert overwr