You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
arvy
linked a pull request
Apr 10, 2024
that will
close
this issue
Read/write operations are using
LOCAL_ONE
as consistency level.Set
spark.cdm.perfops.consistency.read
orspark.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.
The text was updated successfully, but these errors were encountered: