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 2020/09/03 10:03:41 UTC

[GitHub] [hive] pkumarsinha commented on a change in pull request #1461: HIVE-24114: Repl Load is not working with both staging and data copy …

pkumarsinha commented on a change in pull request #1461:
URL: https://github.com/apache/hive/pull/1461#discussion_r482861738



##########
File path: ql/src/java/org/apache/hadoop/hive/ql/parse/repl/CopyUtils.java
##########
@@ -429,7 +429,7 @@ public void doCopy(Path destination, List<Path> srcPaths) throws IOException, Lo
   */
   boolean regularCopy(FileSystem sourceFs, List<ReplChangeManager.FileInfo> fileList)
       throws IOException {
-    if (hiveInTest) {
+    if (hiveInReplTest) {

Review comment:
       Do we require that hiveInReplTest = false cases?




----------------------------------------------------------------
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