1
0

[HUDI-3179] Extracted common AbstractHoodieTableFileIndex to be shared across engines (#4520)

This commit is contained in:
Alexey Kudinkin
2022-01-16 22:46:20 -08:00
committed by GitHub
parent ed92c217ed
commit 75caa7d3d8
10 changed files with 732 additions and 520 deletions

View File

@@ -34,12 +34,12 @@ public class FileSlice implements Serializable {
/**
* File Group Id of the Slice.
*/
private HoodieFileGroupId fileGroupId;
private final HoodieFileGroupId fileGroupId;
/**
* Point in the timeline, at which the slice was created.
*/
private String baseInstantTime;
private final String baseInstantTime;
/**
* data file, with the compacted data, for this slice.