This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a change to branch avro-3900-custom-name-validators
in repository https://gitbox.apache.org/repos/asf/avro.git


    from c277f413c AVRO-3900: Polish APIs
     add f11af15a6 AVRO-3900: Split the validator integration tests

No new revisions were added by this update.

Summary of changes:
 lang/rust/avro/src/validator.rs                    |   1 +
 .../validator_enum_symbol_name.rs}                 |  33 ++++--
 .../validator_record_field_name.rs}                |  38 +++++--
 .../to_value.rs => tests/validator_schema_name.rs} |  33 ++++--
 .../validator_schema_namespace.rs}                 |  33 ++++--
 lang/rust/avro/tests/validators.rs                 | 113 ---------------------
 6 files changed, 102 insertions(+), 149 deletions(-)
 copy lang/rust/avro/{examples/to_value.rs => 
tests/validator_enum_symbol_name.rs} (54%)
 copy lang/rust/avro/{examples/to_value.rs => 
tests/validator_record_field_name.rs} (51%)
 copy lang/rust/avro/{examples/to_value.rs => tests/validator_schema_name.rs} 
(54%)
 copy lang/rust/avro/{examples/to_value.rs => 
tests/validator_schema_namespace.rs} (55%)
 delete mode 100644 lang/rust/avro/tests/validators.rs

Reply via email to