In ArcGIS Pro > Geoprocessing > Analysis Tools > Proximity > Near, there is a section where you can specify input layer fields and near layer fields (Match Fields). If one of these fields is a GlobalID and the other is a GUID, ArcGIS Pro puts an error tag on the Match Fields parameter and says that the fields are not of the same type. Technically they are different types, but they can be treated like the same type.
Could the Near tool's code be modified to accept a GlobalID and a GUID field as Match Fields and treat them both as GUID fields, in order to suppress the error and proceed to run the tool? Thank you.