GitHub user sureshsubbiah opened a pull request:
https://github.com/apache/incubator-trafodion/pull/1238
[TRAFODION-2730] process loop when infer_charset cqd is ON and query â¦
â¦invalidation is done
This PR also includes fixes for [TRAFODION-2747] and [TRAFODION-2748].
The changes are small and the problems not severe.
Please see JIRA for an explanation
Add aditional change has been made to explain output.
cache_blocks ON is now added to explain for HBase scans. Previously
explain would only show cache_blocks OFF, if blockcache was disabled for a
HBase scan.
Files
2730 - QCache.cpp
2747 - ExSequence.cpp, ExAtp.h
2748 - GenPreCode.cpp
cache_block - GenExplain.cpp, 4 regression EXPECTED files
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sureshsubbiah/incubator-trafodion misc1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/1238.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1238
----
commit e68aa43ae2f99e571095763b6e7acd51114295da
Author: Suresh Subbiah <[email protected]>
Date: 2017-09-18T16:27:49Z
[TRAFODION-2730] process loop when infer_charset cqd is ON and query
invalidation is done
This PR also includes fixes for [TRAFODION-2747] and [TRAFODION-2748].
The changes are small and the problems not severe.
Please see JIRA for an explanation
Add aditional change has been made to explain output.
cache_blocks ON is now added to explain for HBase scans. Previously
explain would only show cache_blocks OFF, if blockcache was disabled for a
HBase scan.
Files
2730 - QCache.cpp
2747 - ExSequence.cpp, ExAtp.h
2748 - GenPreCode.cpp
cache_block - GenExplain.cpp, 4 regression EXPECTED files
----
---