rambleraptor commented on PR #1212: URL: https://github.com/apache/iceberg-go/pull/1212#issuecomment-4773068708
Yeah, great call about moving things towards MarshalJSON. One of the big reasons I had a giant function was to keep type information intact. We still need something like that (you need type information, especially for Timestamp types as @dillitz pointed out), but everything is much simpler + more Go-native now. -- 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]
