src/main/java/com/aliyun/dts/subscribe/clients/formats/avro/Field.java [163:169]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      if (isValidValue(fields()[0], other.name)) {
        this.name = data().deepCopy(fields()[0].schema(), other.name);
        fieldSetFlags()[0] = true;
      }
      if (isValidValue(fields()[1], other.dataTypeNumber)) {
        this.dataTypeNumber = data().deepCopy(fields()[1].schema(), other.dataTypeNumber);
        fieldSetFlags()[1] = true;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/aliyun/dts/subscribe/clients/formats/avro/Field.java [179:185]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      if (isValidValue(fields()[0], other.name)) {
        this.name = data().deepCopy(fields()[0].schema(), other.name);
        fieldSetFlags()[0] = true;
      }
      if (isValidValue(fields()[1], other.dataTypeNumber)) {
        this.dataTypeNumber = data().deepCopy(fields()[1].schema(), other.dataTypeNumber);
        fieldSetFlags()[1] = true;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



