GitHub user nonstop-qfchen opened a pull request:
https://github.com/apache/incubator-trafodion/pull/132
fix JIRA461
This set contains the fix to JIRA461, which addresses the problem as
follows.
1. For range partition function only, the the begin B and end E partition
is identified using the begin key and end contained in the SearchKey generated
for the FileScan object.
2. The number of active partitions is the number of partitions contained
within B and E.
3. The work is done for both Trafodion and Native Hbase table, where key
comparison is different: binary key comparison for encoded key in a Traf
table, and ASCII key comparison for a Native Hbase table.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nonstop-qfchen/incubator-trafodion
jira461final
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/132.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 #132
----
commit 6b06768a7048c94db822d51284f642ae22e60f88
Author: Qifan Chen <[email protected]>
Date: 2015-10-19T03:39:22Z
fix JIRA461
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---