Skip to content
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

Closed
wants to merge 6 commits into from

Conversation

beryllw
Copy link
Contributor

@beryllw beryllw commented Jan 5, 2024

🔍 Description

desc engine command support show engine registered attributes.

Issue References 🔗

This pull request fixes #5797

Describe Your Solution 🔧

#5931 (comment)

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 📝

Be nice. Be informative.

@beryllw
Copy link
Contributor Author

beryllw commented Jan 5, 2024

image
ENGINE_NAMESPACE is a duplicate of ENGINE_NAME, delete ENGINE_NAMESPACE

@cxzl25 cxzl25 changed the title [KYUUBI #5797][FOLLOWUP] Desc engine command support show engine regi… [KYUUBI #5797][FOLLOWUP] Desc engine command support show engine registered attributes Jan 5, 2024
@codecov-commenter
Copy link

codecov-commenter commented Jan 5, 2024

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (db6576b) 61.29% compared to head (da89099) 61.08%.
Report is 22 commits behind head on master.

Files Patch % Lines
...pache/kyuubi/sql/plan/command/DescribeEngine.scala 76.92% 2 Missing and 1 partial ⚠️
...ain/scala/org/apache/kyuubi/engine/EngineRef.scala 50.00% 0 Missing and 1 partial ⚠️
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.
📢 Have feedback on the report? Share it here.

@beryllw
Copy link
Contributor Author

beryllw commented Jan 10, 2024

@pan3793 @turboFei cc

@beryllw beryllw requested a review from turboFei January 16, 2024 10:11
@beryllw beryllw requested a review from turboFei January 18, 2024 01:03
Copy link
Member

@turboFei turboFei left a 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

@turboFei turboFei added this to the v1.9.0 milestone Jan 18, 2024
@turboFei turboFei closed this in 162e72b Jan 18, 2024
@turboFei
Copy link
Member

thanks @Kwafoor
merged to 1.9

zhaohehuhu pushed a commit to zhaohehuhu/incubator-kyuubi that referenced this pull request Feb 5, 2024
…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]>
zhaohehuhu pushed a commit to zhaohehuhu/incubator-kyuubi that referenced this pull request Mar 21, 2024
…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]>
@beryllw beryllw deleted the kyuubi_5797_desc_engine_follow branch April 30, 2024 05:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Support to describe engine engine with command in current session
3 participants