浏览代码

Merge pull request #7687 from AttilaVamos/HPCC-14072-fix-5_2_8

HPCC-14072 CUtfPartitioner::storeFieldName() generates invalid field names.

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 10 年之前
父节点
当前提交
65091011c6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dali/ft/daftformat.cpp

+ 1 - 1
dali/ft/daftformat.cpp

@@ -1041,7 +1041,7 @@ void CUtfPartitioner::storeFieldName(const char * start, unsigned len)
     }
     else
     {
-        fieldName.append("field").append(fieldCount);
+        fieldName.set("field").append(fieldCount);
     }
 
     // Check discovered field name uniqueness