TengHuo commented on PR #6406: URL: https://github.com/apache/hudi/pull/6406#issuecomment-1318053056
Hi Hi I just reviewed this part of code in Hudi Flink index, If I remember correct, Hudi Flink pipeline choose index when building the pipeline in this line, https://github.com/apache/hudi/blob/6e40a6347c9d95e1b9f17c98e7d2018af594aff8/hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/sink/utils/Pipelines.java#L317 So this `FlinkHoodieIndexFactory` can't decide the index type in Flink pipeline actually. My question is that if this `FlinkHoodieIndexFactory#createIndex` used for other purpose? Can it work in Flink pipeline? https://github.com/apache/hudi/blob/13eb892081fc4ddd5e1592ef8698831972012666/hudi-client/hudi-flink-client/src/main/java/org/apache/hudi/table/HoodieFlinkTable.java#L87 Really appreciate for the reply. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
