浏览代码

Merge pull request #7956 from AttilaVamos/HPCC-14444-fix-6_0_0

HPCC-14444 Copying DISTRIBUTED indexes

Reviewed-By: Anthony Fishbeck <anthony.fishbeck@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 9 年之前
父节点
当前提交
c016d302cc
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      dali/ft/filecopy.cpp

+ 2 - 1
dali/ft/filecopy.cpp

@@ -3105,7 +3105,8 @@ void FileSprayer::updateTargetProperties()
                      (stricmp(aname,"@owner")==0)||
                      (stricmp(aname,"@owner")==0)||
                      ((stricmp(aname,FArecordCount)==0)&&!gotrc) ||
                      ((stricmp(aname,FArecordCount)==0)&&!gotrc) ||
                      ((stricmp(aname,"@blockCompressed")==0)&&copyCompressed) ||
                      ((stricmp(aname,"@blockCompressed")==0)&&copyCompressed) ||
-                     ((stricmp(aname,"@rowCompressed")==0)&&copyCompressed)
+                     ((stricmp(aname,"@rowCompressed")==0)&&copyCompressed)||
+                     (stricmp(aname,"@local")==0)
                      )
                      )
                     )
                     )
                     curProps.setProp(aname,aiter->queryValue());
                     curProps.setProp(aname,aiter->queryValue());