mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-31 12:06:44 +00:00
This case is a regression test for issue #10181, where it turned out that a clustering column with descending order is not properly recognized as a string. This test case used to fail with: cassandra.InvalidRequest: Error from server: code=2200 [Invalid query] message="LIKE is allowed only on string types, which b is not" ...until it got fixed by the previous commit.