Skip to content

Commit f39a966

Browse files
committed
fix sort order for shard_epochs table
1 parent 27f77ea commit f39a966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java/org/apache/cassandra/db/virtual/AccordDebugKeyspace.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2160,7 +2160,7 @@ private ShardEpochsTable()
21602160
" quorum_fast_privileged_deps int,\n" +
21612161
" quorum_fast_privileged_nodeps int,\n" +
21622162
" token_end 'TokenUtf8Type',\n" +
2163-
" PRIMARY KEY (table_id, token_start, epoch_start)" +
2163+
" PRIMARY KEY (table_id, token_start, epoch_start DESC)" +
21642164
')', UTF8Type.instance), FAIL, ASC);
21652165
}
21662166

0 commit comments

Comments
 (0)