You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Ethan Guo (Jira)" <ji...@apache.org> on 2022/06/08 05:54:00 UTC

[jira] [Updated] (HUDI-4126) Fix the HoodieRealtimePath for bootstrap file

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

Ethan Guo updated HUDI-4126:
----------------------------
    Fix Version/s: 0.12.0
                       (was: 0.11.1)

> Fix the HoodieRealtimePath for bootstrap file
> ---------------------------------------------
>
>                 Key: HUDI-4126
>                 URL: https://issues.apache.org/jira/browse/HUDI-4126
>             Project: Apache Hudi
>          Issue Type: Task
>            Reporter: Ethan Guo
>            Priority: Blocker
>             Fix For: 0.12.0
>
>
> Currently, the reading of bootstrapped Hudi table is broken due to the new file format class.  The root cause is that, in HoodieRealtimePath, the bootstrap file should not be splitable.
> {code:java}
> public boolean isSplitable() {
>   return !toString().isEmpty();
> } {code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)