Details
-
Sub-task
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.0.0
-
None
Description
See DDLSemanticAnalzyer.analyzeAlterTablePartMergeFiles(ASTNode ast, String tableName, HashMap<String, String> partSpec)
This was fine before due to
// throw a HiveException if the table/partition is bucketized if (bucketCols != null && bucketCols.size() > 0) { throw new SemanticException(ErrorMsg.CONCATENATE_UNSUPPORTED_TABLE_BUCKETED.getMsg()); }
but now that we support unbucketed acid tables....
Attachments
Attachments
Issue Links
- relates to
-
HIVE-15212 merge branch into master
- Closed