[GitHub] incubator-trafodion pull request #1294: [TRAFODION-2801] select count(*) wit...

2017-11-09 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-trafodion/pull/1294


---


[GitHub] incubator-trafodion pull request #1294: [TRAFODION-2801] select count(*) wit...

2017-11-09 Thread selvaganesang
GitHub user selvaganesang opened a pull request:

https://github.com/apache/incubator-trafodion/pull/1294

[TRAFODION-2801] select count(*) with cqd hbase_coprocessors 'off'

and cqd traf_table_snapshot_scan 'latest' fail

Changed to pass two more arrays references - familyArray and QualifierArray
from Java to JNI to extract the family and the qualifier names correctly
on the native side

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/selvaganesang/incubator-trafodion 
snapshot_scan_issue

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-trafodion/pull/1294.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 #1294


commit c4fe798711a18b9e78a0dad80b85705f1f89ac66
Author: selvaganesang 
Date:   2017-11-09T22:23:29Z

[TRAFODION-2801] select count(*) with cqd hbase_coprocessors 'off'
and cqd traf_table_snapshot_scan 'latest' fail

Changed to pass two more arrays references - familyArray and QualifierArray
from Java to JNI to extract the family and the qualifier names correctly
on the native side




---