From b1df60672bdff3cac339958bf8e8a125cf3ca012 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=8F=AF=E4=BC=A6?= Date: Fri, 7 Jan 2022 20:59:55 +0800 Subject: [PATCH] [MINOR] fix typos in DDLExecutor (#4534) --- .../src/main/java/org/apache/hudi/hive/ddl/DDLExecutor.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { /**