-
Notifications
You must be signed in to change notification settings - Fork 925
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
[TASK][EASY] Web SQL Editor supports run SQL snippets #6248
Comments
Please assign this task to me, I will implement it |
@silentxingtian thanks, assigned |
After offline discussion, revoke the assignment and leave it to other contributors. |
plz assign to me |
@dupen01 thanks, assgined |
4 tasks
pan3793
pushed a commit
that referenced
this issue
Apr 7, 2024
# 🔍 Description when some text is selected, only send the selected text. ## Issue References 🔗 This pull request fixes #6248 ## Describe Your Solution 🔧 The Monaco Editor API is called to get the selected SQL statement, and without any other dependency. <img width="581" alt="image" src="https://github.com/apache/kyuubi/assets/34719039/ce6ac5ae-b1fc-4778-a57e-dfda9ad51275"> ## 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 📝 - [ ] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes #6272 from dupen01/issue-6248. Closes #6248 67d47cd [dupeng] Improved nonempty judgment e0767bb [dupeng] Finished task "Web SQL Editor supports run SQL snippets #6248" Authored-by: dupeng <dunett@163.com> Signed-off-by: Cheng Pan <chengpan@apache.org> (cherry picked from commit 8614b2b) Signed-off-by: Cheng Pan <chengpan@apache.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What's the level of this task?
EASY
Code of Conduct
Search before creating
Mentor
Skill requirements
Background and Goals
Currently, when you click the "Run" button on Kyuubi Web SQL Editor, all content in the text box will be sent to the backend service to execute.
The expected behavior is,
Implementation steps
Change code under
kyuubi/server/web-ui
, and do test.Additional context
Introduction of 2024H1 Kyuubi Code Contribution Program
The text was updated successfully, but these errors were encountered: