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
fix(storage): remove check for FinalizeOnClose (#11992)
We should ignore if FinalizeOnClose is set to true for
non-Append Writers. The error may be confusing since
regular writers will always finalize by default. Also,
this should be easier to use for GCSFuse flows.
0 commit comments