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
Extend BloomStore with Client(model.Time) function (#11881)
**What this PR does / why we need it**:
For certain operations, we want direct access to the `BloomClient`.
Since every schema period has its own client, the `Client()` function
accepts a `model.Timestamp` for which the client should be returned.
The function may return an error, if no client for the given time could
be found.
---------
Signed-off-by: Christian Haudum <[email protected]>
0 commit comments