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 implement the on-wire protocol for schema system. As specified in the design doc, we will choose to use JSON format for the on-wire protocol and implement the JSON serialization/deserialization for schema system.
…ema (#20)
### What changes were proposed in this pull request?
This PR adds JSON serde support for schema system.
### Why are the changes needed?
The adds of JSON serde support will help to support REST API for Unified
Catalog.
Fix: #16
### Does this PR introduce _any_ user-facing change?
NA
### How was this patch tested?
And new UTs.
Describe the subtask
This task aims to implement the on-wire protocol for schema system. As specified in the design doc, we will choose to use JSON format for the on-wire protocol and implement the JSON serialization/deserialization for schema system.
Parent issue
#3
The text was updated successfully, but these errors were encountered: