浏览代码

Merge pull request #8705 from ghalliday/issue15611

HPCC-15611 Do not percolate constants into a keyed distribute condition

Reviewed-By: Shamser Ahmed <shamser.ahmed@lexisnexis.co.uk>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 9 年之前
父节点
当前提交
0718381662
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      ecl/hql/hqlfold.cpp

+ 1 - 0
ecl/hql/hqlfold.cpp

@@ -5500,6 +5500,7 @@ IHqlExpression * CExprFolderTransformer::percolateConstants(IHqlExpression * exp
         }
     case no_loop:
     case no_graphloop:
+    case no_keyeddistribute:
         //Safer to do nothing...
         break;
     case no_select: