abstractdog commented on code in PR #4730:
URL: https://github.com/apache/hive/pull/4730#discussion_r1332954637
##########
ql/src/java/org/apache/hadoop/hive/ql/exec/MoveTask.java:
##########
@@ -131,6 +134,40 @@ private boolean moveFilesUsingManifestFile(FileSystem fs,
Path sourcePath, Path
return false;
}
+ public void flattenUnionSubdirectories(Path sourcePath) throws HiveException
{
+ try {
+ FileSystem fs = sourcePath.getFileSystem(conf);
+ LOG.info("Checking {} for subdirectories to flatten", sourcePath);
Review Comment:
LOL, I guess I commented on the old PR, copied here without noticing that's
already fixed
--
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]