Commits


Oscar Westra van Holthe - Kind authored and GitHub committed b1517d32e0b
AVRO-3486: Set namespace with protocol fullName (#1637) * AVRO-3486: Set namespace with protocol fullName When parsing or creating a protocol, use both the name and namespace given to determine the actual name, namespace and fullName. Reason: the spec says "The name and namespace qualification rules defined for schema objects apply to protocols as well."