Browse Source

Merge pull request #8719 from ghalliday/issue15640

HPCC-15640 Do not mark unresolved selections from modules as constant

Reviewed-By: Jamie Noss <james.noss@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 9 năm trước cách đây
mục cha
commit
fee3360379
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      ecl/hql/hqlexpr.cpp

+ 1 - 0
ecl/hql/hqlexpr.cpp

@@ -1665,6 +1665,7 @@ bool checkConstant(node_operator op)
     case no_loopcounter:
     case no_sequence:
     case no_table:
+    case no_delayedselect:
         return false;
     // following are currently not implemented in the const folder - can enable if they are.
     case no_global: