浏览代码

Merge pull request #14193 from richardkchapman/hint-all

HPCC-24756 layoutTranslation mode 'all' should be removed

Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday 4 年之前
父节点
当前提交
a935f2575e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rtl/eclrtl/rtldynfield.hpp

+ 1 - 1
rtl/eclrtl/rtldynfield.hpp

@@ -106,7 +106,7 @@ interface IRtlFieldTypeDeserializer : public IInterface
 enum class RecordTranslationMode : byte
 {
     None = 0,       // Never translate - throw an error if the ecl does not match published
-    All = 1,        // Translate all fields.
+    // All = 1,     // Translate all fields. Not supported or used
     Payload = 2,    // Translate all fields in datasets, and only payload fields in indexes
     AlwaysDisk = 3, // Always translate - even if wouldn't normally (e.g. csv/xml source read as binary), or crcs happen to match
     AlwaysECL = 4,  // Ignore the published format - can make sense to force no translation e.g. when field names have changed