1
0

[MINOR] fix typos in DDLExecutor (#4534)

This commit is contained in:
董可伦
2022-01-07 20:59:55 +08:00
committed by GitHub
parent 76a72641f1
commit b1df60672b

View File

@@ -24,9 +24,9 @@ import java.util.List;
import java.util.Map; 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 * 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 { public interface DDLExecutor {
/** /**