This is an automated email from the ASF dual-hosted git repository.
leesf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new 6539813 [MINOR] Update the javadoc of EngineType (#2979)
6539813 is described below
commit 653981373339b8ce74b1227278d435f5c34d2deb
Author: wangxianghu <[email protected]>
AuthorDate: Sat May 22 19:44:08 2021 +0800
[MINOR] Update the javadoc of EngineType (#2979)
---
.../src/main/java/org/apache/hudi/common/engine/EngineType.java | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git
a/hudi-common/src/main/java/org/apache/hudi/common/engine/EngineType.java
b/hudi-common/src/main/java/org/apache/hudi/common/engine/EngineType.java
index 5010452..b951d66 100644
--- a/hudi-common/src/main/java/org/apache/hudi/common/engine/EngineType.java
+++ b/hudi-common/src/main/java/org/apache/hudi/common/engine/EngineType.java
@@ -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