소스 검색

Merge pull request #11890 from ghalliday/issue20885

HPCC-20885 Avoid internal error for dataset operation in case mapping

Reviewed-By: Shamser Ahmed <shamser.ahmed@lexisnexis.co.uk>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 6 년 전
부모
커밋
b7c21efcb4
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      ecl/hqlcpp/hqlttcpp.cpp

+ 2 - 0
ecl/hqlcpp/hqlttcpp.cpp

@@ -757,6 +757,8 @@ IHqlExpression * HqlThorBoundaryTransformer::createTransformed(IHqlExpression *
     case no_sizeof:
     case no_offsetof:
         return getTransformedChildren(expr);
+    case no_mapto:
+        return NewHqlTransformer::createTransformed(expr);
     }
 
     //Unusually, wrap the expression in a thor node before processing annotations.