Explorar o código

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 %!s(int64=6) %!d(string=hai) anos
pai
achega
b7c21efcb4
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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.