-
Notifications
You must be signed in to change notification settings - Fork 924
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
[KYUUBI #5255] Add an optional comment field to the authz specs for better recognition #5706
[KYUUBI #5255] Add an optional comment field to the authz specs for better recognition #5706
Conversation
@yaooqinn Is the first step in implementing this issue to add this field? Then add corresponding comment for the third party? |
Yes,
Not really necessary for a new separate PR, the comment can go with new features together. |
@yaooqinn please review this, i think comment filed be string is a better way, and i add comment in the error message when the desc is failed, but i'm not sure which comment should add in third parties, so i only set their name to the comment |
Hi @davidyuan1223, sorry for the late reply, please fix the conflicts when you have some time. |
ok |
please also remove the wip in the pr title |
Hi @davidyuan1223 please make the ci pass. |
the test case failed reason maybe not from my code change, the update should not effect the test case, it's only a comment
|
I believe in you. But SORRY, the CI has to pass for each single PR. |
ok, i will find the root cause |
...uubi-spark-authz/src/test/scala/org/apache/kyuubi/plugin/spark/authz/gen/DeltaCommands.scala
Outdated
Show resolved
Hide resolved
...uubi-spark-authz/src/test/scala/org/apache/kyuubi/plugin/spark/authz/gen/DeltaCommands.scala
Outdated
Show resolved
Hide resolved
@davidyuan1223 The above two places are the reasons why CI fails. |
thanks, i will fix that |
...uubi-spark-authz/src/test/scala/org/apache/kyuubi/plugin/spark/authz/gen/DeltaCommands.scala
Outdated
Show resolved
Hide resolved
table_command_spec.json has no synchronized changes. |
my bad, will fix this |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5706 +/- ##
============================================
+ Coverage 61.40% 61.42% +0.02%
Complexity 23 23
============================================
Files 607 607
Lines 35897 35940 +43
Branches 4923 4932 +9
============================================
+ Hits 22042 22077 +35
- Misses 11474 11480 +6
- Partials 2381 2383 +2 ☔ View full report in Codecov by Sentry. |
thanks, merged to master |
🔍 Description
Issue References 🔗
This pull request fixes #5255
Describe Your Solution 🔧
Add Optional comment field for desc, so that we can get information when the command from third party
Types of changes 🔖
Test Plan 🧪
Behavior Without This Pull Request ⚰️
Behavior With This Pull Request 🎉
Related Unit Tests
Checklists
📝 Author Self Checklist
📝 Committer Pre-Merge Checklist
Be nice. Be informative.