vinoyang created HUDI-609:
-----------------------------
Summary: Implement a Flink specific HoodieIndex
Key: HUDI-609
URL: https://issues.apache.org/jira/browse/HUDI-609
Project: Apache Hudi (incubating)
Issue Type: Sub-task
Reporter: vinoyang
Assignee: vinoyang
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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)