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
This task aims to add support of protobuf serialization and deserialization support for schema system. With this system could persist and schema to storage, or communicate between servers using grpc.
…pport for schema system (#26)
### What changes were proposed in this pull request?
This PR proposes to add protobuf SerDe support for schema support. The
protobuf SerDe support will be mainly used in schema persistence and RPC
communication.
### Why are the changes needed?
The adds of protobuf SerDe support will be used in schema persistence
and RPC communication.
Fix: #21
### Does this PR introduce _any_ user-facing change?
N/A
### How was this patch tested?
Adds new UT to cover the codes.
Describe the subtask
This task aims to add support of protobuf serialization and deserialization support for schema system. With this system could persist and schema to storage, or communicate between servers using grpc.
Parent issue
#3
The text was updated successfully, but these errors were encountered: