[
https://issues.apache.org/jira/browse/HIVE-10148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eugene Koifman updated HIVE-10148:
----------------------------------
Description:
update tbl set a = 5;
should raise an error if 'a' is a bucketing column.
Such operation is not supported but currently not checked for.
was:
update tbl set a = 5;
should raise an error if 'a' is a bucketing column.
Such operation is not supported but currently not checked.
> update of bucking column should not be allowed
> ----------------------------------------------
>
> Key: HIVE-10148
> URL: https://issues.apache.org/jira/browse/HIVE-10148
> Project: Hive
> Issue Type: Bug
> Components: Transactions
> Affects Versions: 1.1.0
> Reporter: Eugene Koifman
> Assignee: Eugene Koifman
>
> update tbl set a = 5;
> should raise an error if 'a' is a bucketing column.
> Such operation is not supported but currently not checked for.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)