marios iliofotou
marios iliofotou
@Atry you can do `crossSbtVersions := Vector("1.0.0", "0.13.16")`
Hey @MrPowers, sorry I missed this comment. I hear what you are saying. I definitely see this being easier, but unfortunately, this is nearly impossible to do. When you add...
@MrPowers I think I have a better answer for you. Say you have `TypedDataset[X]` where `case class X(i: Int, j: Int)` and you want to add an extra column that...
very thorough explanation! I am not sure there is anything we can do. I am not even sure if there is any difference is semantics. For example, `None` or or...
@manuzhang thanks for the PR! Will be looking at this shortly (I hope!).
@manuzhang I am taking a closer look at the PR. I think this implementation can be made better and more type-safe. A nice API would be: ```scala val ds: TypedDataset[(String,...
@manuzhang I totally dropped the ball on this PR. Let me go over this one more time and merge the PR.
Everything around shapeless and implicit derivation works around `case classes`, so we can't really take that out of the picture. The right way to approach this is to keep the...
@SemanticBeeng sorry for taking long to reply. I am on board to making the proper changes, if they need to happen, so that the code generated by avro4s is compatible...
Hi @OlivierBlanvillain ! thanks for adding this! I think some are not relevant, like anything that has to do with "null" I actually replaced all of those with "isNone" "isNotNone"....