-
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 #6156] Remove flink.
prefix for create session configurations
#6157
Conversation
flink.
prefix for create session configurationsflink.
prefix for create session configurations
flink.
prefix for create session configurationsflink.
prefix for create session configurations
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6157 +/- ##
============================================
- Coverage 58.73% 58.73% -0.01%
Complexity 24 24
============================================
Files 663 663
Lines 40685 40685
Branches 5594 5594
============================================
- Hits 23898 23897 -1
+ Misses 14169 14165 -4
- Partials 2618 2623 +5 ☔ View full report in Codecov by Sentry. |
...ql-engine/src/main/scala/org/apache/kyuubi/engine/flink/session/FlinkSQLSessionManager.scala
Outdated
Show resolved
Hide resolved
# 🔍 Description ## Issue References 🔗 This pull request fixes #6156 ## Describe Your Solution 🔧 Remove `flink.` prefix for open flink session configurations. ## Types of changes 🔖 - [x] 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 #6157 from wForget/KYUUBI-6156. Closes #6156 fc750dc [wforget] comment f613491 [wforget] Remove `flink.` prefix for create session configurations Authored-by: wforget <[email protected]> Signed-off-by: Cheng Pan <[email protected]> (cherry picked from commit 7562a97) Signed-off-by: Cheng Pan <[email protected]>
Thanks, merged to master/1.8 |
…urations # 🔍 Description ## Issue References 🔗 This pull request fixes apache#6156 ## Describe Your Solution 🔧 Remove `flink.` prefix for open flink session configurations. ## Types of changes 🔖 - [x] 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 apache#6157 from wForget/KYUUBI-6156. Closes apache#6156 fc750dc [wforget] comment f613491 [wforget] Remove `flink.` prefix for create session configurations Authored-by: wforget <[email protected]> Signed-off-by: Cheng Pan <[email protected]>
…urations # 🔍 Description ## Issue References 🔗 This pull request fixes apache#6156 ## Describe Your Solution 🔧 Remove `flink.` prefix for open flink session configurations. ## Types of changes 🔖 - [x] 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 apache#6157 from wForget/KYUUBI-6156. Closes apache#6156 fc750dc [wforget] comment f613491 [wforget] Remove `flink.` prefix for create session configurations Authored-by: wforget <[email protected]> Signed-off-by: Cheng Pan <[email protected]> (cherry picked from commit 7562a97)
🔍 Description
Issue References 🔗
This pull request fixes #6156
Describe Your Solution 🔧
Remove
flink.
prefix for open flink session configurations.Types of changes 🔖
Test Plan 🧪
Behavior Without This Pull Request ⚰️
Behavior With This Pull Request 🎉
Related Unit Tests
Checklist 📝
Be nice. Be informative.