mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-01 04:26:48 +00:00
The constraint is no longer relevant, since Casandra removed it in version 2.2. In addition the mechanism for handling this case is already implemented and is identical in case of clustering keys with single column EQ,= and IN relations. (Cartesian product of singular ranges). A unit test for this test case was added. Fixes #1735 Tests: 1. Unit Tests. 2. Manual testing with the case described in the issue. 3. dtest: ql_additional_tests.py:TestCQL.composite_row_key_test Signed-off-by: Eliran Sinvani <eliransin@scylladb.com> Message-Id: <83b43fdc1ca0e0cc287f66f11816fc71b8bd2925.1534430405.git.eliransin@scylladb.com>