-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
planner, privileges: add CreateViewPriv Support #9153
Conversation
@tiancaiamao @XuHuaiyu PTAL |
763ff94
to
9805c61
Compare
9805c61
to
6b33862
Compare
5117c68
to
2e33249
Compare
LGTM |
Parser has been merged, so you can update this PR now. |
…d_view_priv # Conflicts: # go.mod
/run-all-tests |
Codecov Report
@@ Coverage Diff @@
## master #9153 +/- ##
=========================================
+ Coverage 67.2% 67.2% +<.01%
=========================================
Files 371 371
Lines 77552 77552
=========================================
+ Hits 52115 52120 +5
+ Misses 20781 20778 -3
+ Partials 4656 4654 -2
Continue to review full report at Codecov.
|
PTAL @XuHuaiyu |
PTAL @XuHuaiyu |
/run-all-tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What problem does this PR solve?
Implement CreateViewPriv check when create a view
What is changed and how it works?
ref proposal Proposal: Implement View
Check List
Tests