Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Won't Do
-
None
-
None
-
None
-
None
Description
Indexing is a key step in hudi's write flow. HoodieIndex is the super abstract class of all the implement of the index. Currently, HoodieIndex couples with Spark in the design. However, HUDI-538 is doing the restructure for hudi-client so that hudi can be decoupled with Spark. After that, we would get an engine-irrelevant implementation of HoodieIndex. And extending that class, we could implement a Flink specific index.