Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
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 {
/**
Expand Down