Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
1.0.0-beta1
-
4
Description
The problem is that serialization of the `HoodieDeleteBlock` is generated dynamically by Kryo that could change whenever any class comprising it changes.
We've been bitten by this already twice:
Instead, anything that is persisted on disk have to be serialized using hard-coded methods (same way HoodieDataBlock are serailized)
Attachments
Issue Links
- causes
-
HUDI-5758 MOR table w/ delete block in 0.12.2 not readable in 0.13 and also not compactable
- Closed
- links to