Schema - adrdc/presto-connector GitHub Wiki

Pravega connector supports the following serialization formats:

  • avro
  • protobuf
  • json
  • csv

The format of the schema must match the serialization format for event data in a pravega stream. For example if events are serialized in avro format, schema must be specified in avro, json as json, protobuf as protobuf, etc.

The one exception is csv - schema can be defined in json format.