ソースを参照

HPCC-19156 Reset roxie KEYED disk read filters in child queries.

Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
Gavin Halliday 7 年 前
コミット
63e31d12be
1 ファイル変更1 行追加0 行削除
  1. 1 0
      roxie/ccd/ccdserver.cpp

+ 1 - 0
roxie/ccd/ccdserver.cpp

@@ -21613,6 +21613,7 @@ public:
                     manager.setown(varFileInfo->getIndexManager(isOpt, channel, translators->queryActualLayout(0), false));
                 }
                 assertex(manager != NULL);
+                postFilter.clear();
                 helper.createSegmentMonitors(this);
                 const IKeyTranslator *keyTranslator = translators->queryKeyTranslator(0);  // any part would do - in-memory requires all actuals to have same layout
                 if (keyTranslator)