deniskuzZ commented on code in PR #4384:
URL: https://github.com/apache/hive/pull/4384#discussion_r1293044386
##########
ql/src/java/org/apache/hadoop/hive/ql/txn/compactor/CompactorThread.java:
##########
@@ -136,7 +136,7 @@ protected Partition resolvePartition(CompactionInfo ci)
throws MetaException {
}
if (parts.size() != 1) {
LOG.error(ci.getFullPartitionName() + " does not refer to a single
partition. " +
- Arrays.toString(parts.toArray()));
+ Arrays.toString(parts.toArray()));
Review Comment:
please revert this class as there are no changes
--
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]