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
We should support serializing and deserializing HiveCatalog-specific entities, like HiveSchema, HiveTable and HiveColumn later on. So that we could store the additional entity information to our own storage.
### What changes were proposed in this pull request?
1. Add `CommonSchema` class and `Schema` proto for serde
2. serde and store `HiveSchema` as `CommonSchema`
3. hive schema operations support Graviton store
### Why are the changes needed?
we could store the additional entity information to our own storage.
Fix: #91
### Does this PR introduce _any_ user-facing change?
Add some check for Graviton store
### How was this patch tested?
UTs added
Describe the subtask
We should support serializing and deserializing HiveCatalog-specific entities, like
HiveSchema
,HiveTable
andHiveColumn
later on. So that we could store the additional entity information to our own storage.Parent issue
#58
The text was updated successfully, but these errors were encountered: