dcapwell commented on pull request #1180: URL: https://github.com/apache/cassandra/pull/1180#issuecomment-922096819
@krummas thanks for the review; updated based off your recommendation. I made one change between your patch and my version; I kept the context lazy to only the cases where this feature is present, this is done by checking if `WarningContext.isSupported(params.keySet())` is true, if so then it loads and updates. -- 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]

