Преглед изворни кода

Merge pull request #9623 from ghalliday/issue17104

HPCC-17104 Improve code for inline dataset with empty child dataset

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman пре 8 година
родитељ
комит
3d2dcb91b1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      ecl/hql/hqlutil.cpp

+ 1 - 1
ecl/hql/hqlutil.cpp

@@ -8588,7 +8588,7 @@ bool ConstantRowCreator::processFieldValue(IHqlExpression * optLhs, ITypeInfo *
                     case no_null:
                     {
                         rtlWriteSize32t(out.reserve(sizeof(size32_t)), 0);
-                        break;
+                        return true;
                     }
                     case no_inlinetable:
                     {