1
0

[MINOR] Update the javadoc of EngineType (#2979)

This commit is contained in:
wangxianghu
2021-05-22 19:44:08 +08:00
committed by GitHub
parent 685f77b5dd
commit 6539813733

View File

@@ -19,7 +19,9 @@
package org.apache.hudi.common.engine;
/**
* Hoodie data processing engine. support only Apache Spark and Apache Flink for now.
* Hoodie data processing engine.
* <p>
* Support only Apache Spark, Apache Flink and Java for now.
*/
public enum EngineType {
SPARK, FLINK, JAVA