瀏覽代碼

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:
                     {