We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08bba71 commit 473406bCopy full SHA for 473406b
src/main/scala/datastax/astra/migrate/AbstractJob.scala
@@ -7,7 +7,7 @@ class AbstractJob extends BaseJob {
7
8
abstractLogger.info("PARAM -- Min Partition: " + minPartition)
9
abstractLogger.info("PARAM -- Max Partition: " + maxPartition)
10
- abstractLogger.info("PARAM -- Number if Splits : " + numSplits)
+ abstractLogger.info("PARAM -- Number of Splits : " + numSplits)
11
abstractLogger.info("PARAM -- Coverage Percent: " + coveragePercent)
12
abstractLogger.info("PARAM -- Origin SSL Enabled: {}", sourceSSLEnabled);
13
abstractLogger.info("PARAM -- Target SSL Enabled: {}", destinationSSLEnabled);
0 commit comments