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
the snapshot car files are continually appended to while the ExportRangeInternal process executes.
if one uses the os.File io.Reader, it will encounter an EOF before the snapshot is complete.
our custom io.Reader returns an io.EOF when the ExportRangeInternal method completes
0 commit comments