MaxGekk commented on PR #56355: URL: https://github.com/apache/spark/pull/56355#issuecomment-4658428315
> ... Row(...).json on a nanos column now throws ClassCastException @cloud-fan @uros-b Worth noting this is actually a pre-existing latent bug on master, not introduced here: Row.jsonValue calls ops.format for any framework type, so TimeType already throws ClassCastException (LocalTime → Long) the same way. So I've split the structural fix out: #56392 (SPARK-57338) routes Row.jsonValue through formatExternal -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
