mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-23 18:10:39 +00:00
There's no need to use decorated_key as schema results map key because we just convert it back to a keyspace name string. It does, however, cause problems when trying to pass the results around to different CPUs so just switch to the sstring type. Signed-off-by: Pekka Enberg <penberg@cloudius-systems.com>