소스 검색

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: