[
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)