Browse Source

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 years ago
parent
commit
3d2dcb91b1
1 changed files with 1 additions and 1 deletions
  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:
                     {