JiaLiangC opened a new pull request, #6227: URL: https://github.com/apache/kyuubi/pull/6227
# :mag: Description ## Issue References ๐ issue Description: Using the branch kyuubi 1.9.0 1. The kyuubi sql editor frontend dropdown menu cannot select the submission type. Solution: Set disabled to false. Issue 2: After making the change in step one, the sql editor can select different types of sql type, but regardless of the selected type, the backend always initiates a spark engine. Upon investigation, it was found that the frontend parameter settings were inappropriate. The key in the JSON and the constructor parameter names in the backend request object did not match, leading to parsing failure, and the parameters were always null.   Solution: Modify the parameter name. ## Types of changes :bookmark: <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [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 :coffin: The kyuubi sql editor frontend dropdown menu cannot select the submission type. regardless of the selected type, the backend always initiates a spark engine #### Behavior With This Pull Request :tada: Manual testing. After modification, the backend request can obtain the parameters normally and initiate the corresponding type of engine.   #### Related Unit Tests --- # Checklist ๐ <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [ ] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
