Joe McDonnell created IMPALA-13900:
--------------------------------------
Summary: Exempt enable_tuple_cache_verification from the tuple
cache key
Key: IMPALA-13900
URL: https://issues.apache.org/jira/browse/IMPALA-13900
Project: IMPALA
Issue Type: Task
Components: Backend
Affects Versions: Impala 5.0.0
Reporter: Joe McDonnell
Tuple caching include enable_tuple_cache_verification in the tuple cache key. I
think it would be better to exempt it. If we exempt it, then running with or
without verification will produce the same cache key, which is useful for local
debugging.
{noformat}
QUERY_OPT_FN(enable_tuple_cache_verification,
ENABLE_TUPLE_CACHE_VERIFICATION, \
TQueryOptionLevel::ADVANCED)
\{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)