[ 
https://issues.apache.org/jira/browse/IMPALA-13900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17939832#comment-17939832
 ] 

ASF subversion and git services commented on IMPALA-13900:
----------------------------------------------------------

Commit 033a86d4b369fd3252a30083d6424f2dc3706621 in impala's branch 
refs/heads/master from Joe McDonnell
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=033a86d4b ]

IMPALA-13900: Exempt enable_tuple_cache_verification from tuple cache key

The tuple cache key includes all query options that are not
explicitly excluded. This currently includes enable_tuple_cache_verification.
It is useful to be able to run queries back to back with
enable_tuple_cache_verification=true vs false with the same
cache entry. This exempts enable_tuple_cache_verification from the
tuple cache key.

Testing:
 - Hand testing

Change-Id: I18a1740d6151870186548161493f6adbe0f4aa96
Reviewed-on: http://gerrit.cloudera.org:8080/22664
Reviewed-by: Yida Wu <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>


> 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
>            Assignee: Joe McDonnell
>            Priority: Minor
>
> 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)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to