HPCC-14072 CUtfPartitioner::storeFieldName() generates invalid field names. Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
@@ -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