skoppu22 commented on code in PR #340: URL: https://github.com/apache/cassandra-sidecar/pull/340#discussion_r3161435849
########## server/src/main/java/org/apache/cassandra/sidecar/handlers/validations/ValidateTableExistenceHandler.java: ########## Review Comment: if tableMetadata is null and tableExists becomes true when driverUnsupportedSchemaCache found the table, this code still stores null in the RoutingContext instead of storing the actual metadata -- 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]

