浏览代码

HPCC-9063 Fix regression handling non dynamic filenames in roxie

Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>

Conflicts:

	roxie/ccd/ccdserver.cpp

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Gavin Halliday 12 年之前
父节点
当前提交
e9bee1d68c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      roxie/ccd/ccdserver.cpp

+ 1 - 1
roxie/ccd/ccdserver.cpp

@@ -19642,10 +19642,10 @@ public:
             eof = true;
         else
         {
-            numParts = 0;
             if (variableFileName)
             {
                 varFileInfo.setown(resolveLFN(helper.getFileName(), isOpt));
+                numParts = 0;
                 if (varFileInfo)
                 {
                     Owned<IFilePartMap> map = varFileInfo->getFileMap();