Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[KYUUBI apache#5999] loads the interval of sessionConfCache from conf…
…igurable file in FileSessionConfAdvisor # 🔍 Description ## Issue References 🔗 This pull request fixes the issue that FileSessionConfAdvisor failed to load the interval defined in configuration file. ## Describe Your Solution 🔧 load the Kyuubi configuration from configurable file instead of using environment parameters. ## 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 📝 - [ ] 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#5999 from zhaohehuhu/dev-0119. Closes apache#5999 592d15a [hezhao2] loads the interval of sessionConfCache from configurable file in FileSessionConfAdvisor Authored-by: hezhao2 <[email protected]> Signed-off-by: Cheng Pan <[email protected]>
- Loading branch information