metastore icon indicating copy to clipboard operation
metastore copied to clipboard

A protobuf schema registry on steroids. It will keep track of the contracts throughout your organization, making sure no contract is broken.

Results 28 metastore issues
Sort by recently updated
recently updated
newest added

Field type change enum with int32, uint32, int64, and uint64 enum is compatible with int32, uint32, int64, and uint64 in terms of wire format (note that values will be truncated...

enhancement
compatibility

Field type change fixed32 is compatible with sfixed32 Compatible

enhancement
compatibility

Field type change bytes and message Compatible with bytes if the bytes contain an encoded version of the message.

enhancement
compatibility

Field type change string and bytes Compatible as long as bytes are UTF-8.

enhancement
compatibility

Field type change sint32 and sint64 Compatible, but data loss can occur when consumer has lower precision.

enhancement
compatibility

Field type change int32, uint32, int64, uint64, and bool Compatible, but data loss can occur when consumer has lower precision.

enhancement
compatibility

Field names should in general not be renamed. Warning: Developer workflow, will brake when regenerating code Error: Data pipelines that rely on metadata

enhancement
compatibility