Jelajahi Sumber

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 tahun lalu
induk
melakukan
a935f2575e
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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