Files
doris/fe/fe-core
qiye 36360ba846 [BUG] fix profile not working with sql_cache enabled (#7105)
Fix profile not working in sql_cache enabled. It will thrown NullPointerException.
The reason is that the Coordinator in init profile is null when cache is enable.
Therefore, we should perform different profile processing in the case of cache hits and misses, so as to avoid the situation of null pointers.

Fixed #7104
2021-11-17 14:38:00 +08:00
..