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
exec_profile_handle: allow public access to associated profile
Last time, I introduced getters for `ExecutionProfile`.
However, I forgot that in cpp-rust-driver use case, we only have
an access to `ExecutionProfileHandle`...
Since, we can convert handle to builder, I see no objections against
having the ability to convert it to well-defined execution profile.
Obviously, we need to clone an `Arc`. But only a single one.
Notice, however, that when converting to builder,
we need to clone multiple Arcs anyway (e.g. retry or load balancing policies).
0 commit comments