Abe 0a0fcef047
fix(protobuf): skip MESSAGE-type options in PropertyVisitor (#14957)
DataHub protobuf metadata type annotations only apply to primitive extension types, not MESSAGE types (see https://docs.datahub.com/docs/metadata-integration/java/datahub-protobuf). Previously, PropertyVisitor incorrectly attempted to process MESSAGE-type options, causing issues with user test cases.

This change removes MESSAGE-type handling from PropertyVisitor. Additionally refactored ProtobufExtensionUtil.filterByDataHubType() for readability by replacing nested stream chains with explicit loops and extracting a matchesDataHubType() helper method.

🤖 Generated with Claude Code

Co-Authored-By: Claude noreply@anthropic.com
2025-10-08 23:19:30 +00:00
..