mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-30 19:46:48 +00:00
This patch ensures we can convert the maximum_token to an sstring. For Cassandra, the minimum and maximum tokens have the same representation. So, we use the string representation of the maximum_token for the maximum_token. Signed-off-by: Duarte Nunes <duarte@scylladb.com>