jameshartig commented on PR #1834: URL: https://github.com/apache/cassandra-gocql-driver/pull/1834#issuecomment-2626317448
I think I found a way of achieving this without any changes to public interfaces. That said, I'm concerned about breaking existing code. My goal is that users can upgrade to 2.0 easily and anything that's broken the compiler will complain about (method changes, new arguments, etc). If we changed `MapScan` to instead return `nil` instead of default values, the compiler wouldn't pick up on that and it could subtly break code by causing a panic. -- 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]

