You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/07/26 22:17: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 ]

ASF GitHub Bot updated HUDI-4126:
---------------------------------
    Labels: pull-request-available  (was: )

> 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
>              Labels: pull-request-available
>             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.10#820010)