diff --git a/hudi-sync/hudi-hive-sync/src/main/java/org/apache/hudi/hive/ddl/DDLExecutor.java b/hudi-sync/hudi-hive-sync/src/main/java/org/apache/hudi/hive/ddl/DDLExecutor.java index dc37d92b2..a7228584f 100644 --- a/hudi-sync/hudi-hive-sync/src/main/java/org/apache/hudi/hive/ddl/DDLExecutor.java +++ b/hudi-sync/hudi-hive-sync/src/main/java/org/apache/hudi/hive/ddl/DDLExecutor.java @@ -24,9 +24,9 @@ import java.util.List; import java.util.Map; /** - * DDLExceutor is the interface which defines the ddl functions for Hive. + * DDLExecutor is the interface which defines the ddl functions for Hive. * There are two main implementations one is QueryBased other is based on HiveMetaStore - * QueryBasedDDLExecutor also has two impls namely HiveQL based and other JDBC based. + * QueryBasedDDLExecutor also has two implementations namely HiveQL based and other JDBC based. */ public interface DDLExecutor { /**