belliottsmith commented on code in PR #4241: URL: https://github.com/apache/cassandra/pull/4241#discussion_r2200873672
########## src/java/org/apache/cassandra/db/virtual/AccordDebugKeyspace.java: ########## @@ -297,12 +293,11 @@ private MaxConflictsTable() "CREATE TABLE %s (\n" + " keyspace_name text,\n" + " table_name text,\n" + - " token_sort blob,\n" + - " token_start text,\n" + - " token_end text,\n" + " command_store_id bigint,\n" + + " token_start 'TokenUtf8Type',\n" + Review Comment: I think I lean towards not doing this, as want to keep the changes to type handling as minimal as possible... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org