mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-24 02:20:37 +00:00
Use decorated_key in partition maps, from Tomasz: "Partitions should be ordered using Origin's ordering, which is the natural ordering of decorated_key. This is achieved by switching column_family's partition map to use decorated_key instead of a bare partition_key. This also includes some cleanups." [avi] trivial adjustments to sstables/keys.cc