You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Schema may be defined in a local .json file. avro, and json formats are currently supported. json will have actual field names+types inline. avro can provide a pointer to it's schema.
for example for avro it may look like this - sample.avsc has the actual schema definition
For protobuf, 'dataSchema' would be a pointer to the protobuf FieldDescriptor.
The only missing piece is that for protobuf we need 1 more piece of information - the fully qualified type name of the class (as a string)
The text was updated successfully, but these errors were encountered:
Schema may be defined in a local .json file. avro, and json formats are currently supported. json will have actual field names+types inline. avro can provide a pointer to it's schema.
for example for avro it may look like this - sample.avsc has the actual schema definition
For protobuf, 'dataSchema' would be a pointer to the protobuf FieldDescriptor.
The only missing piece is that for protobuf we need 1 more piece of information - the fully qualified type name of the class (as a string)
The text was updated successfully, but these errors were encountered: