Details
-
Improvement
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
Description
Very rarely we could have some inconstencies when RLI and SI record generation since it relies on RDD<WriteStatus> while all other MDT partitions relies on List<HoodieWriteStat> which is already computed and is in drivers memory.
So, wanted to fix RLI and SI for now. Eventually we wanted to go w/ a full dag rewrite to be streaming friendly.