Przeglądaj źródła

Merge pull request #12910 from ghalliday/issue22706

HPCC-22706 Ensure that TABLE(constant-inline-table) is optimized
Gavin Halliday 5 lat temu
rodzic
commit
975ada1dbc
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      ecl/hql/hqlopt.cpp

+ 1 - 0
ecl/hql/hqlopt.cpp

@@ -2825,6 +2825,7 @@ IHqlExpression * CTreeOptimizer::doCreateTransformed(IHqlExpression * transforme
                 break;
             }
         case no_hqlproject:
+        case no_newusertable:
             {
                 node_operator childOp = child->getOperator();
                 switch(childOp)