christophschnepf commented on code in PR #4670:
URL: https://github.com/apache/cassandra/pull/4670#discussion_r3067944879
##########
src/java/org/apache/cassandra/db/filter/TombstoneOverwhelmingException.java:
##########
@@ -31,7 +31,7 @@ public class TombstoneOverwhelmingException extends
RejectException
{
public TombstoneOverwhelmingException(int numTombstones, String query,
TableMetadata metadata, DecoratedKey lastPartitionKey, ClusteringPrefix<?>
lastClustering)
{
- super(String.format("Scanned over %d tombstones during query '%s'
(last scanned row token was %s and partion key was (%s)); query aborted",
+ super(String.format("Scanned over %d tombstones during query '%s'
(last scanned row token was %s and partitioner key was (%s)); query aborted",
Review Comment:
This should be "partition key" (not "partitioner key")
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]