deniskuzZ commented on code in PR #6413:
URL: https://github.com/apache/hive/pull/6413#discussion_r3139212191
##########
ql/src/java/org/apache/hadoop/hive/ql/ddl/table/storage/archive/AlterTableArchiveOperation.java:
##########
@@ -129,7 +129,7 @@ private Path getOriginalDir(Table table, PartSpecInfo
partitionSpecInfo, List<Pa
// in full partition specification case we allow custom locations to keep
backward compatibility
if (partitions.isEmpty()) {
throw new HiveException("No partition matches the specification");
- } else if (partitionSpecInfo.values.size() != table.getPartCols().size()) {
+ } else if (partitionSpecInfo.values.size() !=
table.getEffectivePartCols().size()) {
Review Comment:
do we need it here?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]