Kriskras99 opened a new issue, #456:
URL: https://github.com/apache/avro-rs/issues/456

   ```rust
   #[test]
   fn avro_rs_xxx_schema_defaults() -> TestResult {
       let schema = Schema::parse_str(
           r#"{
           "type": "record",
           "name": "defaults",
           "fields": [
               {"name": "boolean", "type": "bool", "default": true}
           ]
       }"#)?;
       Ok(())
   }
   ```
   This fails with:
   ```
       The application panicked (crashed).
         apache_avro::error::Error: Error { details: Unknown primitive type: 
bool }
       in avro/src/schema/mod.rs, line 5134
       thread: schema::tests::avro_rs_xxx_schema_defaults
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to