tejaslodayadd commented on code in PR #209:
URL:
https://github.com/apache/cassandra-analytics/pull/209#discussion_r3327139073
##########
cassandra-analytics-common/src/main/java/org/apache/cassandra/spark/data/partitioner/TokenPartitioner.java:
##########
@@ -116,17 +116,17 @@ private void calculateTokenRangeMap()
validateCompleteRangeCoverage();
validateRangesDoNotOverlap();
- LOGGER.info("Number of partitions {}", reversePartitionMap.size());
- LOGGER.info("Partition map " + partitionMap);
- LOGGER.info("Reverse partition map " + reversePartitionMap);
+ LOGGER.debug("Number of partitions {}", reversePartitionMap.size());
Review Comment:
@frankgh is there a better way?
--
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]