[MINOR] fix typos in DDLExecutor (#4534)
This commit is contained in:
@@ -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 {
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user