deniskuzZ commented on a change in pull request #1971:
URL: https://github.com/apache/hive/pull/1971#discussion_r580913139
##########
File path: ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java
##########
@@ -4533,6 +4537,12 @@ public static void handleDirectInsertTableFinalPath(Path
specPath, String unionS
if (!committed.add(path)) {
throw new HiveException(nextFile + " was specified in multiple
manifests");
}
+ for (Map.Entry<String, List<Path>> dynpath :
dynamicPartitionSpecs.entrySet()){
Review comment:
why not just filter and collect?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]