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
There are three levels of consistency that are taken into account by
the Session: default exec profile's, per-statement exec profile's
and per-statement one. To avoid confusion, we should use naming that
clearly distinguishes them. Therefore, ExecuteQueryContext's field is
renamed from the vague `consistency` to `consistency_set_on_statement`
(the one directly set), as it is exactly its semantics.
0 commit comments