Closed turboFei closed 2 months ago
Related style error:
Error: ] /home/runner/work/kyuubi/kyuubi/kyuubi-ctl/src/main/scala/org/apache/kyuubi/ctl/cmd/submit/SubmitBatchCommand.scala:20: Unused import
spotless can not resolve the unused import
issue for scala.
Should we involve a script lint-scala
to check the scala style fast?
@wForget @pan3793
Should we involve a script lint-scala to check the scala style fast?
Sounds good to me.
thanks, merged to 1.10.0/1.9.3
Attention: Patch coverage is 0%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 0.00%. Comparing base (
db5ce0c
) to head (f9de99b
). Report is 6 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
...che/kyuubi/ctl/cmd/submit/SubmitBatchCommand.scala | 0.00% | 2 Missing :warning: |
...che/kyuubi/ctl/cmd/delete/DeleteBatchCommand.scala | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:mag: 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 :bookmark:
Test Plan ๐งช
Behavior Without This Pull Request :coffin:
Behavior With This Pull Request :tada:
Related Unit Tests
Checklist ๐
Be nice. Be informative.