Read/write operations are using LOCAL_ONE as consistency level.
Set spark.cdm.perfops.consistency.read or spark.cdm.perfops.consistency.write is not helpful.
Seems that the consistency levels are set at bound statements. Batch statement does not set consistency level and it is null.
So it is using LOCAL_ONE as default value.
When using batch statement, seems that the options set for each statement are ignored.