worryg0d opened a new pull request, #1927: URL: https://github.com/apache/cassandra-gocql-driver/pull/1927
Previously, when there was a user defined aggregate without FINAL_FUNC defined the compileMetadata() function would panic due to a nil pointer dereference. Gocql should properly handle this case since FINAL_FUNC is optional for user defined aggregates. This patch fixes the described problem by adding nil-checking before dereferencing. Patch by Bohdan Siryk; Reviewed by <> for CASSGO-105 -- 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]

