You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Udit Mehrotra (Jira)" <ji...@apache.org> on 2021/08/25 09:07:00 UTC

[jira] [Updated] (HUDI-1257) Insert only write operations should preserve duplicate records

     [ https://issues.apache.org/jira/browse/HUDI-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Udit Mehrotra updated HUDI-1257:
--------------------------------
    Fix Version/s:     (was: 0.9.0)
                   0.10.0

> Insert only write operations should preserve duplicate records
> --------------------------------------------------------------
>
>                 Key: HUDI-1257
>                 URL: https://issues.apache.org/jira/browse/HUDI-1257
>             Project: Apache Hudi
>          Issue Type: Improvement
>          Components: Writer Core
>    Affects Versions: 0.9.0
>            Reporter: Balaji Varadarajan
>            Assignee: Nicholas Jiang
>            Priority: Major
>             Fix For: 0.10.0
>
>
> [https://github.com/apache/hudi/issues/2051]
>  
> ```
>  I think the point [@jiegzhan|https://github.com/jiegzhan] pointed out is reasonable, for insert operation, we should not update the existing records. Right now the behavior/result is different when setting different small file limit, when it is set to 0, the new inserts will not update the old records and write into a new file, but when it is set to other value such as 128M, the new inserts may update the old records lies in small file picked up the UpsertPartitioner.
> ```
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)