1 parent ecd0376 commit 86ff3e0Copy full SHA for 86ff3e0
1 file changed
cassandra/metadata.py
@@ -2616,4 +2616,5 @@ def group_keys_by_replica(session, keyspace, table, keys):
2616
# We will group under this statement all the keys for which
2617
# we haven't found a valid replica
2618
keys_per_host[NO_VALID_REPLICA].append(key)
2619
- return keys_per_host
+
2620
+ return dict(keys_per_host)
0 commit comments