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
`metadata_map_` would be nullptr if `metadata_map` is null. Downstream might assume `metadata_map_` is always non-null, so it is safer to create an empty map if `metadata_map` is null.
0 commit comments