Sam
Sam
You probably can't have the slash in the name. I would try using @AvroName to rename it.
1.8.2 was released in May 2017, nearly 4 years ago. Are Spark not going to upgrade their dependencies?
Yeah I agree that's not ideal.
@janjaali if you want to add this, then look here: https://github.com/sksamuel/avro4s/blob/release/4.0.x/avro4s-core/src/main/scala/com/sksamuel/avro4s/Records.scala#L200-L205 You need to update that first case statement to look for an annotation on the field. You can add...
I think this is a good idea but the focus should go into 5.0 which will be for Scala 3. 4.x is really just in bug fix mode as I...
So, just to make sure I'm on the same page. semi auto derivation is where you go `val encoder = Encoder[Foo]`. And auto is when you just request `Encoder[F]` and...
Not possible at the moment, but I want to include this in 5.0
I'm in the process of rewriting it to properly use my JMX Client. Be a few weeks though. Any input appreciated.
Was removed in later version and docs out of date I guess.
Yep agreed. If you want to open a PR I'll merge and release.