-
Notifications
You must be signed in to change notification settings - Fork 381
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
[Improvement] output the alter status of table into the log #3326
Labels
improvement
Improvements on everything
Comments
zhoukangcn
changed the title
[Improvement] print Doris table status to log
[Improvement] output the alter status of table into the log
May 11, 2024
yuqi1129
pushed a commit
that referenced
this issue
May 13, 2024
…og (#3357) ### What changes were proposed in this pull request? Output the alter status of table into the log ### Why are the changes needed? Fix: #3326 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? Manual, check log Co-authored-by: Kang <[email protected]>
@yuqi1129 you forgot to add tag and assignee for this fixed issue. |
My mistake, I got it. |
diqiu50
pushed a commit
to diqiu50/gravitino
that referenced
this issue
Jun 13, 2024
… the log (apache#3332) ### What changes were proposed in this pull request? Output the alter status of table into the log ### Why are the changes needed? Fix: apache#3326 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? Manual, check log
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What would you like to be improved?
Because alter operation in Doris table is asynchronous, we should return table's status to client.
But Gravitino has not design a API to this, so firstly we print table's status to log
How should we improve?
No response
The text was updated successfully, but these errors were encountered: