-
Notifications
You must be signed in to change notification settings - Fork 919
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 #5797][FOLLOWUP] Desc engine command support show engine registered attributes #5948
Conversation
…e registered attributes
kyuubi-server/src/main/scala/org/apache/kyuubi/sql/plan/command/DescribeEngine.scala
Outdated
Show resolved
Hide resolved
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #5948 +/- ##
============================================
- Coverage 61.29% 61.08% -0.22%
Complexity 23 23
============================================
Files 622 622
Lines 36882 37052 +170
Branches 5014 5026 +12
============================================
+ Hits 22607 22633 +26
- Misses 11847 11969 +122
- Partials 2428 2450 +22 ☔ View full report in Codecov by Sentry. |
kyuubi-server/src/main/scala/org/apache/kyuubi/session/KyuubiSessionImpl.scala
Outdated
Show resolved
Hide resolved
kyuubi-server/src/main/scala/org/apache/kyuubi/engine/EngineRef.scala
Outdated
Show resolved
Hide resolved
kyuubi-server/src/main/scala/org/apache/kyuubi/client/KyuubiSyncThriftClient.scala
Outdated
Show resolved
Hide resolved
kyuubi-server/src/main/scala/org/apache/kyuubi/client/KyuubiSyncThriftClient.scala
Outdated
Show resolved
Hide resolved
kyuubi-server/src/main/scala/org/apache/kyuubi/engine/EngineRef.scala
Outdated
Show resolved
Hide resolved
kyuubi-server/src/main/scala/org/apache/kyuubi/client/KyuubiSyncThriftClient.scala
Outdated
Show resolved
Hide resolved
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 overall, left minor comments
thanks @Kwafoor |
…e registered attributes # 🔍 Description desc engine command support show engine registered attributes. ## Issue References 🔗 This pull request fixes apache#5797 ## Describe Your Solution 🔧 apache#5931 (comment) ## Types of changes 🔖 - [ ] Bugfix (non-breaking change which fixes an issue) - [x] 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 📝 - [ ] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes apache#5948 from Kwafoor/kyuubi_5797_desc_engine_follow. Closes apache#5797 da89099 [wangjunbo] fix code 085ffc5 [wangjunbo] fix code d58e8ec [wangjunbo] delete empty lines cca773a [wangjunbo] fix code 9fcc2c6 [wangjunbo] delete ENGINE_NAMESPACE column 9dfb2f5 [wangjunbo] [KYUUBI apache#5797][FOLLOWUP] desc engine command support show engine registered attributes Authored-by: wangjunbo <[email protected]> Signed-off-by: Fei Wang <[email protected]>
…e registered attributes # 🔍 Description desc engine command support show engine registered attributes. ## Issue References 🔗 This pull request fixes apache#5797 ## Describe Your Solution 🔧 apache#5931 (comment) ## Types of changes 🔖 - [ ] Bugfix (non-breaking change which fixes an issue) - [x] 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 📝 - [ ] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes apache#5948 from Kwafoor/kyuubi_5797_desc_engine_follow. Closes apache#5797 da89099 [wangjunbo] fix code 085ffc5 [wangjunbo] fix code d58e8ec [wangjunbo] delete empty lines cca773a [wangjunbo] fix code 9fcc2c6 [wangjunbo] delete ENGINE_NAMESPACE column 9dfb2f5 [wangjunbo] [KYUUBI apache#5797][FOLLOWUP] desc engine command support show engine registered attributes Authored-by: wangjunbo <[email protected]> Signed-off-by: Fei Wang <[email protected]>
🔍 Description
desc engine command support show engine registered attributes.
Issue References 🔗
This pull request fixes #5797
Describe Your Solution 🔧
#5931 (comment)
Types of changes 🔖
Test Plan 🧪
Behavior Without This Pull Request ⚰️
Behavior With This Pull Request 🎉
Related Unit Tests
Checklist 📝
Be nice. Be informative.