Browse Source

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 5 years ago
parent
commit
12440ff7f3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugins/cassandra/cassandrawu.cpp

+ 1 - 0
plugins/cassandra/cassandrawu.cpp

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