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(core): preserve GUID case in replica map validation (#880)
The _validate_guid function was forcing GUIDs to uppercase, causing
FID mismatches in downstream systems (e.g. RootIOHandler) that perform
case-sensitive comparisons against the file's original GUID.
0 commit comments