You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Xianghu Wang (Jira)" <ji...@apache.org> on 2022/02/18 09:37:00 UTC

[jira] [Closed] (HUDI-3440) HoodieSortedMergeHandle#close write data disorder

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

Xianghu Wang closed HUDI-3440.
------------------------------
    Resolution: Fixed

Fixed via master : de8161ae96c4cec1e4c9e40069f286439f0c3261

> HoodieSortedMergeHandle#close write data disorder
> -------------------------------------------------
>
>                 Key: HUDI-3440
>                 URL: https://issues.apache.org/jira/browse/HUDI-3440
>             Project: Apache Hudi
>          Issue Type: Task
>            Reporter: loukey_j
>            Assignee: loukey_j
>            Priority: Blocker
>              Labels: hudi-client, pull-request-available
>             Fix For: 0.11.0
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> newRecordKeysSorted = new PriorityQueue<>();
> newRecordKeysSorted.addAll(keyToNewRecords.keySet());
> newRecordKeysSorted.stream().forEach(key -> {
>  
> } 
> newRecordKeysSorted forEeach  not order by the key.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)