| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.ddl | |
| org.apache.hadoop.hive.ql.ddl.table.partition.add |
| Modifier and Type | Method and Description |
|---|---|
DDLWork |
DDLOperationContext.getWork() |
| Constructor and Description |
|---|
DDLOperationContext(HiveConf conf,
Context context,
DDLTask task,
DDLWork work,
QueryState queryState,
QueryPlan queryPlan,
SessionState.LogHelper console) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AlterTableAddPartitionAnalyzer.postProcess(TableName tableName,
Table table,
AlterTableAddPartitionDesc desc,
Task<DDLWork> ddlTask)
Add partition for Transactional tables needs to add (copy/rename) the data so that it lands
in a delta_x_x/ folder in the partition dir.
|
protected void |
AlterViewAddPartitionAnalyzer.postProcess(TableName tableName,
Table table,
AlterTableAddPartitionDesc desc,
Task<DDLWork> ddlTask) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.