Ethan Guo created HUDI-4126:
-------------------------------
Summary: 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
Fix For: 0.11.1
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)