Selaa lähdekoodia

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

Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
Gavin Halliday 7 vuotta sitten
vanhempi
commit
3fc8903fd8
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  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;