Closed mattdavpir closed 6 months ago
/bounty $100
## 💎 $100 bounty • ZIO
### Steps to solve:
1. Start working: Comment
/attempt #608
with your implementation plan2. Submit work: Create a pull request including
/claim #608
in the PR body to claim the bounty3. Receive payment: 100% of the bounty is received 2-5 days post-reward. Make sure you are eligible for payouts
Thank you for contributing to zio/zio-schema!
Add a bounty • Share on socials
Attempt | Started (GMT+0) | Solution |
---|---|---|
🟢 @pablf | #659 |
💡 @pablf submitted a pull request that claims the bounty. You can visit your bounty board to reward.
🎉🎈 @pablf has been awarded $100! 🎈🎊
Hey,
We've tried making a field that was an enum into an Option (i.e. rather than
myFIeld: MyEnum
it's nowmyField: Option[MyEnum]
) and it seems that when decoding the bytes we enter decodeGenericEnum with an enumCaseName ofzio.schema.codec.avro.wrapper_hashed_n1189833338
rather than the proper enum name.Simple example: