yadavay-amzn commented on PR #55948: URL: https://github.com/apache/spark/pull/55948#issuecomment-4549505918
@MaxGekk You were right -- I verified that an e2e round-trip of Row(LocalTime) works fine without this change. `javaBoxedType` is never called with bare `TimeType` in any real user-facing path (ValidateExternalType receives `ObjectType(LocalTime)`, not `TimeType` directly). This is not fixing a real bug. Closing. Thanks for the review and the pointer on nanoseconds -- learned something about the encoder pipeline. Apologies for the noise. -- 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]
