[
https://issues.apache.org/jira/browse/HUDI-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vinoth Chandar updated HUDI-326:
--------------------------------
Component/s: Write Client
> Support deleting records with only record_key
> ---------------------------------------------
>
> Key: HUDI-326
> URL: https://issues.apache.org/jira/browse/HUDI-326
> Project: Apache Hudi (incubating)
> Issue Type: Improvement
> Components: Write Client
> Reporter: Brandon Scheller
> Priority: Major
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Currently Hudi requires 3 things to issue a hard delete using
> EmptyHoodieRecordPayload. It requires (record_key, partition_key,
> precombine_key).
> This means that in many real use scenarios, you are required to issue a
> select query to find the partition_key and possibly precombine_key for a
> certain record before deleting it.
> We would like to avoid this extra step by being allowed to issue a delete
> based on only the record_key of a record.
> This means that it would blanket delete all records with that specific
> record_key across all partitions.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)