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
storage: use minimum supported version for TransportSSTWriter
MakeTransportSSTWriter is used when evaluating export requests. These
requests can be issued by non-system tenants which can run older
binaries. Since we have currently have no way of knowing what binary
version that is, we must emit at the minimum supported version.
Fixes#152723
0 commit comments