-
Notifications
You must be signed in to change notification settings - Fork 921
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
Format the kyuubi-ctl batch command output #6680
Conversation
1cd3ff1
to
ff0c5cb
Compare
ff0c5cb
to
d449478
Compare
Related style error:
|
Sounds good to me. |
# 🔍 Description ## Issue References 🔗 As title, format the batch command output. ## Describe Your Solution 🔧 Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. ## Types of changes 🔖 - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Test Plan 🧪 #### Behavior Without This Pull Request ⚰️ #### Behavior With This Pull Request 🎉 #### Related Unit Tests --- # Checklist 📝 - [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes #6680 from turboFei/batch_error. Closes #6680 f9de99b [Wang, Fei] ut 0562d2d [Wang, Fei] unused d449478 [Wang, Fei] pretty Authored-by: Wang, Fei <[email protected]> Signed-off-by: Wang, Fei <[email protected]> (cherry picked from commit 8e2b1b3) Signed-off-by: Wang, Fei <[email protected]>
thanks, merged to 1.10.0/1.9.3 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6680 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 684 684
Lines 42233 42279 +46
Branches 5755 5765 +10
======================================
- Misses 42233 42279 +46 ☔ View full report in Codecov by Sentry. |
🔍 Description
Issue References 🔗
As title, format the batch command output.
Describe Your Solution 🔧
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Types of changes 🔖
Test Plan 🧪
Behavior Without This Pull Request ⚰️
Behavior With This Pull Request 🎉
Related Unit Tests
Checklist 📝
Be nice. Be informative.