Make some refactoring in Headless (#672)

* [improvement][headless]Move QueryCache from server to core and move yaml-related classes from core to server

* [improvement][headless]Declare QueryParser and QueryPlanner as interface instead of class.

---------

Co-authored-by: LXW
This commit is contained in:
Jun Zhang
2024-01-21 16:14:39 +08:00
committed by GitHub
parent 7afa42b4bc
commit 97c767a45b
37 changed files with 275 additions and 255 deletions

View File

@@ -1,2 +1,2 @@
com.tencent.supersonic.headless.server.cache.CacheManager=\
com.tencent.supersonic.headless.server.cache.CaffeineCacheManager
com.tencent.supersonic.headless.core.cache.CacheManager=\
com.tencent.supersonic.headless.core.cache.CaffeineCacheManager