[
https://issues.apache.org/jira/browse/HUDI-650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
satish updated HUDI-650:
------------------------
Description:
HoodieTable handleUpdate takes in fileId and list of records. It does not
validate all records belong to same partitionPath. This is error prone - there
is already at least one test that is passing in records that belong to several
partitions to this method. Fix to take partitionPath and also validate all
records belong to same partition path.
This will be helpful for adding 'insert overwrite' functionality as well.
was:HoodieMergeHandle has
> HoodieTable handleUpdate to include partition paths
> ---------------------------------------------------
>
> Key: HUDI-650
> URL: https://issues.apache.org/jira/browse/HUDI-650
> Project: Apache Hudi (incubating)
> Issue Type: Improvement
> Components: CLI
> Reporter: satish
> Assignee: satish
> Priority: Minor
> Labels: pull-request-available
> Fix For: 0.5.2
>
>
> HoodieTable handleUpdate takes in fileId and list of records. It does not
> validate all records belong to same partitionPath. This is error prone -
> there is already at least one test that is passing in records that belong to
> several partitions to this method. Fix to take partitionPath and also
> validate all records belong to same partition path.
> This will be helpful for adding 'insert overwrite' functionality as well.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)