浏览代码

HPCC-19151 Fix assert(required <= maxOffset) in roxie remote normalize

Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
Gavin Halliday 7 年之前
父节点
当前提交
3fc8903fd8
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      roxie/ccd/ccdactivities.cpp

+ 2 - 1
roxie/ccd/ccdactivities.cpp

@@ -1649,7 +1649,8 @@ public:
                     }
                 } while (helper->next());
             }
-             if (totalSizeSent > indexReadChunkSize)
+            reader->finishedRow();
+            if (totalSizeSent > indexReadChunkSize)
             {
                 MemoryBuffer si;
                 unsigned short siLen = 0;