[
https://issues.apache.org/jira/browse/GORA-510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16028056#comment-16028056
]
ASF GitHub Bot commented on GORA-510:
-------------------------------------
Github user lewismc commented on the issue:
https://github.com/apache/gora/pull/106
+1
```
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Gora ........................................ SUCCESS [
17.740 s]
[INFO] Apache Gora :: Compiler ............................ SUCCESS [
11.311 s]
[INFO] Apache Gora :: Compiler-CLI ........................ SUCCESS [
1.048 s]
[INFO] Apache Gora :: Core ................................ SUCCESS [05:15
min]
[INFO] Apache Gora :: Accumulo ............................ SUCCESS [02:44
min]
[INFO] Apache Gora :: Cassandra ........................... SUCCESS [01:45
min]
[INFO] Apache Gora :: GoraCI .............................. SUCCESS [
53.003 s]
[INFO] Apache Gora :: HBase ............................... SUCCESS [12:20
min]
[INFO] Apache Gora :: Infinispan .......................... SUCCESS [02:45
min]
[INFO] Apache Gora :: JCache .............................. SUCCESS [01:32
min]
[INFO] Apache Gora :: Dynamodb ............................ SUCCESS [01:43
min]
[INFO] Apache Gora :: CouchDB ............................. SUCCESS [01:13
min]
[INFO] Apache Gora :: Maven Plugin ........................ SUCCESS [
31.753 s]
[INFO] Apache Gora :: MongoDB ............................. SUCCESS [02:16
min]
[INFO] Apache Gora :: Solr5 ............................... SUCCESS [04:03
min]
[INFO] Apache Gora :: Tutorial ............................ SUCCESS [
6.817 s]
[INFO] Apache Gora :: Sources-Dist ........................ SUCCESS [
3.966 s]
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 38:02 min
[INFO] Finished at: 2017-05-28T22:24:35-07:00
[INFO] Final Memory: 80M/1054M
[INFO]
------------------------------------------------------------------------
```
> Conform Query.setEndKey to inclusive query for HBaseStore
> ---------------------------------------------------------
>
> Key: GORA-510
> URL: https://issues.apache.org/jira/browse/GORA-510
> Project: Apache Gora
> Issue Type: Bug
> Components: gora-hbase
> Affects Versions: 0.6, 0.7, 0.8
> Reporter: Alfonso Nishikawa
> Assignee: Alfonso Nishikawa
> Priority: Minor
> Labels: query
> Original Estimate: 48h
> Remaining Estimate: 48h
>
> The endKey query option does not work properly in HBase: Gora's query
> inteface defines it as 'inclusive' while HBase behaves 'exclusive'.
> The tests have been @ignored temporarily (since 2014! "nothing is more
> permanent than a temporary solution" ;) as shown at TestHBaseStore ([1]).
> There is a "TODO" with the message "raise an issue for HBase to allow us to
> specify if the endRow will be inclusive or exclusive", but HBase
> documentation states:
> "Note: In order to make stopRow inclusive add a trailing 0 byte"
> So: I propose to update HBaseStore to conform Gora's interface based on
> HBase's solution.
> [1]
> https://github.com/apache/gora/blob/apache-gora-0.7/gora-hbase/src/test/java/org/apache/gora/hbase/store/TestHBaseStore.java#L248
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)