spark-job/src/main/java/org/apache/cassandra/diff/RangeStats.java [76:84]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        this.matchedPartitions      = new LongAdder();
        this.mismatchedPartitions   = new LongAdder();
        this.errorPartitions        = new LongAdder();
        this.skippedPartitions      = new LongAdder();
        this.onlyInSource           = new LongAdder();
        this.onlyInTarget           = new LongAdder();
        this.matchedRows            = new LongAdder();
        this.matchedValues          = new LongAdder();
        this.mismatchedValues       = new LongAdder();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spark-job/src/main/java/org/apache/cassandra/diff/RangeStats.java [269:277]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        this.matchedPartitions      = new LongAdder();
        this.mismatchedPartitions   = new LongAdder();
        this.errorPartitions        = new LongAdder();
        this.skippedPartitions      = new LongAdder();
        this.onlyInSource           = new LongAdder();
        this.onlyInTarget           = new LongAdder();
        this.matchedRows            = new LongAdder();
        this.matchedValues          = new LongAdder();
        this.mismatchedValues       = new LongAdder();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



