-
Notifications
You must be signed in to change notification settings - Fork 407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Subtask] Support adding tags on column #4599
Closed
Comments
I would like to take this issue up |
5 tasks
github-actions bot
pushed a commit
that referenced
this issue
Oct 25, 2024
### What changes were proposed in this pull request? This PR proposes to add tag support for columns. ### Why are the changes needed? With this PR, user could add and remove tags in the column level. Fix: #4599 Fix: #4809 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Add new UT and IT to test. --------- Co-authored-by: Qi Yu <[email protected]>
jerryshao
added a commit
that referenced
this issue
Oct 25, 2024
### What changes were proposed in this pull request? This PR proposes to add tag support for columns. ### Why are the changes needed? With this PR, user could add and remove tags in the column level. Fix: #4599 Fix: #4809 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Add new UT and IT to test. Co-authored-by: Jerry Shao <[email protected]> Co-authored-by: Qi Yu <[email protected]>
mplmoknijb
pushed a commit
to mplmoknijb/gravitino
that referenced
this issue
Nov 6, 2024
…ache#5186) ### What changes were proposed in this pull request? This PR proposes to add tag support for columns. ### Why are the changes needed? With this PR, user could add and remove tags in the column level. Fix: apache#4599 Fix: apache#4809 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Add new UT and IT to test. --------- Co-authored-by: Qi Yu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This task tracks the work of supporting tags on column. Currently, because we don't manage columns in Gravitino, so it cannot support adding tags on column. After #4493 is done, we can support this.
The text was updated successfully, but these errors were encountered: