924060929 commented on code in PR #58349:
URL: https://github.com/apache/doris/pull/58349#discussion_r2558938244
##########
fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java:
##########
@@ -2366,7 +2366,7 @@ public boolean isEnableHboNonStrictMatchingMode() {
"用于测试查询缓存是否命中,如果未命中指定类型的缓存,则会报错",
"Used to test whether the query cache is hit. "
+ "If the specified type of cache is not hit, an error
will be reported."},
- options = {"none", "sql_cache", "partition_cache"})
+ options = {"none", "sql", "partition"})
Review Comment:
should set `affectQueryResult = true`
--
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]