bianca-stanciu29 commented on code in PR #365: URL: https://github.com/apache/cassandra-sidecar/pull/365#discussion_r3576666719
########## CHANGES.txt: ########## @@ -8,6 +8,7 @@ 0.4.0 ----- + * Fix restore job failing with "Keyspace does not exist" for quoted mixed-case keyspace names (CASSSIDECAR-475) Review Comment: Thanks @yifan-c @frankgh for approving! The only red check is Integration tests lightweight (Java 17, C* 5.0), it's a pre-existing timing flake in RepairIntegrationTest.repairTest() (asserts HTTP 202, but the tiny 10-row test repair can finish inside the 5s wait window and return 200 instead, unrelated to this change). Could someone re-run that job (or merge once it's green)? I don't have write access to do either myself. Thanks! -- 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]

