dcapwell commented on PR #4674: URL: https://github.com/apache/cassandra/pull/4674#issuecomment-4997402360
ran this on repeat, here are some failures ``` 216: SELECT * FROM ks7.tbl WHERE v0 LIKE '%%' LIMIT 422 ALLOW FILTERING -- LIKE query on v0 ascii, on node1 ... Caused by: com.datastax.driver.core.exceptions.InvalidQueryException: LIKE value can't be empty.``` Its fine to reject, but we should have the model also say this will fail... the constraints people said they would add that, but looks like it wasn't done. -- 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]

