浏览代码

HPCC-8413 Stepped join don't split results of previous graph iterations

Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
Gavin Halliday 12 年之前
父节点
当前提交
41d279ad8c
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      ecl/hqlcpp/hqlresource.cpp

+ 2 - 0
ecl/hqlcpp/hqlresource.cpp

@@ -2577,6 +2577,8 @@ static bool isPotentialCompoundSteppedIndexRead(IHqlExpression * expr)
         case no_compound_indexread:
         case no_newkeyindex:
             return true;
+        case no_getgraphloopresult:
+            return true; // Could be an index read in another graph iteration, so don't combine
         case no_keyedlimit:
         case no_preload:
         case no_filter: