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
Before the change, stable_tags_data was an iterator, but it could
be read multiple times. In such a case, the second time it would
return an empty result. Fix the problem by constructing a set.
This was a copy-paste error from fetch_all_scylla_oss_rc_versions().
Ported from Java Driver 3.x. (commit e7efe74)
0 commit comments