Support updating partition column value
Open
from-jira
priority:medium
type:bug
- Dominant language
- Java
- Stars
- 6.2k
- Forks
- 2.5k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 111
Description
As of today hudi does not support updating partition column of existing record.
COW/MOR, partitioned, non parititioned, with/o global index.
partition column type date/long/double/string, etc.
The first step is to lift the query analysis preventing partition column update in "org.apache.spark.sql.hudi.command.UpdateHoodieTableCommand", and then write tests to see what case does not work and do further RCA and fix.
## JIRA info
- Link: https://issues.apache.org/jira/browse/HUDI-9082
- Type: Bug
- Fix version(s):
- 1.1.0
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.