com.datastax.spark.connector.cql
Always retries with the same CL (null forces the original statement CL see SPARKC-494), constant number of times, regardless of circumstances
Retries indefinitely if maxRetryCount is -1
We need to handle these exceptions at a level where we can wait to retry.
Always retries with the same CL (null forces the original statement CL see SPARKC-494), constant number of times, regardless of circumstances
Retries indefinitely if maxRetryCount is -1