Davis Zhang created HUDI-9082:
---------------------------------
Summary: Support updating partition column value
Key: HUDI-9082
URL: https://issues.apache.org/jira/browse/HUDI-9082
Project: Apache Hudi
Issue Type: Bug
Reporter: Davis Zhang
Fix For: 1.1.0
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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)