Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[KYUUBI #6147][TRINO] Use the overlay conf as session conf
# 🔍 Description ## Issue References 🔗 This pull request fixes #6147 ## Describe Your Solution 🔧 Overwriting the engine conf with the passed conf consider as the full session conf. ## 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 None --- # 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 #6148 from zwangsheng/KYUUBI#6147. Closes #6147 3e0fb0f [Cheng Pan] Update externals/kyuubi-trino-engine/src/main/scala/org/apache/kyuubi/engine/trino/session/TrinoSessionImpl.scala 452224e [zwangsheng] fix comments 4ee7c04 [zwangsheng] [KYUUBI #6147][TRINO] Using the overlay conf as session conf Lead-authored-by: zwangsheng <[email protected]> Co-authored-by: Cheng Pan <[email protected]> Signed-off-by: Cheng Pan <[email protected]> (cherry picked from commit f5b89b0) Signed-off-by: Cheng Pan <[email protected]>
- Loading branch information