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 issue tracks the work of support storing columns in Gravitino's backend storage. Including the storage schema design, the logic of storing, getting, updating, and deleting columns in the storage backend.
The text was updated successfully, but these errors were encountered:
jerryshao
changed the title
Design and implement the column storage layout for columns.
[Subtask] Design and implement the column storage layout for columns.
Sep 6, 2024
### What changes were proposed in this pull request?
This PR aims to add storage support for columns in Gravitino.
### Why are the changes needed?
With this, we can also support managing columns in Gravitno, like set
tags, do column level privileges.
Fix: #4867
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
UTs added.
This issue tracks the work of support storing columns in Gravitino's backend storage. Including the storage schema design, the logic of storing, getting, updating, and deleting columns in the storage backend.
The text was updated successfully, but these errors were encountered: