The spec defines "equivalent field" as matching source_id, transform, and name, but the Java impl only checks (source_id, transform) pair (see TableMetadata.reassignPartitionIds). Regardless of which ...