Explorar el Código

HPCC-23507 Move filter pointer when checking thor time filter

This fixes a bug in PR-13137 in cassandrawu's getWorkUnitsSorted().

Signed-off-by: wangkx <kevin.wang@lexisnexis.com>
wangkx hace 5 años
padre
commit
12440ff7f3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      plugins/cassandra/cassandrawu.cpp

+ 1 - 0
plugins/cassandra/cassandrawu.cpp

@@ -3430,6 +3430,7 @@ public:
                     keepThorTimeFilter = true;
                     break;
                 }
+                filterPtr++;
             }
         }