Cédric Chantepie

Results 129 comments of Cédric Chantepie

> 1.8.2 was released in May 2017, nearly 4 years ago. > Are Spark not going to upgrade their dependencies? You can ask then, but as avro & spark are...

Still up-to-date

I think this has far more priority than moving forward Scala3 (which won't be supported by framework like Spark until years).

Is there anything planned. That's quite blocker for any Spark project. Otherwise would friendly fork.

As workaround, `scalacOptions` can be filtered per configuration (e.g. exclude inference wart in test): ```scala scalacOptions in Test ~= { def wartFilter(w: String): String => Boolean = (_: String).startsWith( s"-P:wartremover:traverser:org.wartremover.warts.$w")...