GAlexeyV commented on code in PR #27144:
URL: https://github.com/apache/superset/pull/27144#discussion_r1515274184


##########
superset/common/utils/query_cache_manager.py:
##########
@@ -145,7 +145,7 @@ def get(
         Initialize QueryCacheManager by query-cache key
         """
         query_cache = cls()
-        if not key or not _cache[region] or force_query:
+        if not key or not _cache[region] or not force_query:

Review Comment:
   @zhaoyongjie , replied to a comment



-- 
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: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to