ZENOTME commented on PR #2650:
URL: https://github.com/apache/avro/pull/2650#issuecomment-1868760452

   > But `symbols` must be excluded according to
   > 
   > 
https://github.com/apache/avro/blob/cc9d99bb94fcd8dd42416c58b7b633e4fd1bfa3b/lang/rust/avro/src/schema.rs#L1675
   
   If we solve it like this, it means that the user should not use "symbols" as 
attribute names even the type is not an enum, like the following, right? 🤔
   ```
   fields: [{
     "type": "long",
     "name": "field1"
     "symbols":  [..]
   }]
   ```


-- 
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