You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2021/02/10 06:22:24 UTC

[GitHub] [hive] pmadhukar-cloudera commented on a change in pull request #1855: HIVE-24624: Repl Load should detect the compatible staging dir

pmadhukar-cloudera commented on a change in pull request #1855:
URL: https://github.com/apache/hive/pull/1855#discussion_r573476300



##########
File path: ql/src/java/org/apache/hadoop/hive/ql/parse/ReplicationSemanticAnalyzer.java
##########
@@ -372,16 +382,22 @@ private Path getCurrentLoadPath() throws IOException, SemanticException {
           }
         }
         Path hiveDumpPath = new Path(latestUpdatedStatus.getPath(), ReplUtils.REPL_HIVE_BASE_DIR);
-        if (loadPathBase.getFileSystem(conf).exists(new Path(hiveDumpPath,

Review comment:
       Have moved the check to shouldLoadProceed method




----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org