aasha commented on a change in pull request #1461:
URL: https://github.com/apache/hive/pull/1461#discussion_r482784921
##########
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 have test for hiveInReplTest = false
----------------------------------------------------------------
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]