You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by "Henry Saputra (JIRA)" <ji...@apache.org> on 2012/11/12 08:34:11 UTC

[jira] [Created] (GORA-179) Modify the Query interface to be Query to be more precise

Henry Saputra created GORA-179:
----------------------------------

             Summary: Modify the Query interface to be Query<K, T extends Persistent> to be more precise
                 Key: GORA-179
                 URL: https://issues.apache.org/jira/browse/GORA-179
             Project: Apache Gora
          Issue Type: Improvement
          Components: gora-core
    Affects Versions: 0.3
            Reporter: Henry Saputra
            Assignee: Henry Saputra
            Priority: Minor
             Fix For: 0.3


Currently the Query interface just use generics for the signature  Query<K, T>.

Would like to change it to Query<K, T extends Persistent> to be more precise that all implementors and user of this interface can only pass Persistent object as the object. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (GORA-179) Modify the Query interface to be Query to be more precise

Posted by "Henry Saputra (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GORA-179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13497541#comment-13497541 ] 

Henry Saputra commented on GORA-179:
------------------------------------

Will commit this by EOD tomorrow if there is no objection or comment 
                
> Modify the Query interface to be Query<K, T extends Persistent> to be more precise
> ----------------------------------------------------------------------------------
>
>                 Key: GORA-179
>                 URL: https://issues.apache.org/jira/browse/GORA-179
>             Project: Apache Gora
>          Issue Type: Improvement
>          Components: gora-core
>    Affects Versions: 0.3
>            Reporter: Henry Saputra
>            Assignee: Henry Saputra
>            Priority: Minor
>             Fix For: 0.3
>
>         Attachments: GORA-179.patch
>
>
> Currently the Query interface just use generics for the signature  Query<K, T>.
> Would like to change it to Query<K, T extends Persistent> to be more precise that all implementors and user of this interface can only pass Persistent object as the object. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (GORA-179) Modify the Query interface to be Query to be more precise

Posted by "Henry Saputra (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GORA-179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henry Saputra updated GORA-179:
-------------------------------

    Attachment: GORA-179.patch
    
> Modify the Query interface to be Query<K, T extends Persistent> to be more precise
> ----------------------------------------------------------------------------------
>
>                 Key: GORA-179
>                 URL: https://issues.apache.org/jira/browse/GORA-179
>             Project: Apache Gora
>          Issue Type: Improvement
>          Components: gora-core
>    Affects Versions: 0.3
>            Reporter: Henry Saputra
>            Assignee: Henry Saputra
>            Priority: Minor
>             Fix For: 0.3
>
>         Attachments: GORA-179.patch
>
>
> Currently the Query interface just use generics for the signature  Query<K, T>.
> Would like to change it to Query<K, T extends Persistent> to be more precise that all implementors and user of this interface can only pass Persistent object as the object. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (GORA-179) Modify the Query interface to be Query to be more precise

Posted by "Henry Saputra (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GORA-179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henry Saputra resolved GORA-179.
--------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 0.3)
                   0.4

Committed revision 1410209.
                
> Modify the Query interface to be Query<K, T extends Persistent> to be more precise
> ----------------------------------------------------------------------------------
>
>                 Key: GORA-179
>                 URL: https://issues.apache.org/jira/browse/GORA-179
>             Project: Apache Gora
>          Issue Type: Improvement
>          Components: gora-core
>    Affects Versions: 0.3
>            Reporter: Henry Saputra
>            Assignee: Henry Saputra
>            Priority: Minor
>             Fix For: 0.4
>
>         Attachments: GORA-179.patch
>
>
> Currently the Query interface just use generics for the signature  Query<K, T>.
> Would like to change it to Query<K, T extends Persistent> to be more precise that all implementors and user of this interface can only pass Persistent object as the object. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (GORA-179) Modify the Query interface to be Query to be more precise

Posted by "Henry Saputra (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GORA-179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henry Saputra updated GORA-179:
-------------------------------

    Fix Version/s:     (was: 0.4)
                   0.3
    
> Modify the Query interface to be Query<K, T extends Persistent> to be more precise
> ----------------------------------------------------------------------------------
>
>                 Key: GORA-179
>                 URL: https://issues.apache.org/jira/browse/GORA-179
>             Project: Apache Gora
>          Issue Type: Improvement
>          Components: gora-core
>    Affects Versions: 0.3
>            Reporter: Henry Saputra
>            Assignee: Henry Saputra
>            Priority: Minor
>             Fix For: 0.3
>
>         Attachments: GORA-179.patch
>
>
> Currently the Query interface just use generics for the signature  Query<K, T>.
> Would like to change it to Query<K, T extends Persistent> to be more precise that all implementors and user of this interface can only pass Persistent object as the object. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (GORA-179) Modify the Query interface to be Query to be more precise

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GORA-179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13498678#comment-13498678 ] 

Hudson commented on GORA-179:
-----------------------------

Integrated in gora-trunk #512 (See [https://builds.apache.org/job/gora-trunk/512/])
    GORA-179 - Modify the Query interface to be Query<K, T extends Persistent> to be more precise (Revision 1410209)

     Result = FAILURE
hsaputra : 
Files : 
* /gora/trunk/CHANGES.txt
* /gora/trunk/gora-core/src/main/java/org/apache/gora/mapreduce/GoraMapper.java
* /gora/trunk/gora-core/src/main/java/org/apache/gora/query/PartitionQuery.java
* /gora/trunk/gora-core/src/main/java/org/apache/gora/query/Query.java
* /gora/trunk/gora-core/src/main/java/org/apache/gora/query/Result.java
* /gora/trunk/gora-core/src/main/java/org/apache/gora/query/impl/PartitionQueryImpl.java
* /gora/trunk/gora-core/src/main/java/org/apache/gora/query/impl/QueryBase.java
* /gora/trunk/gora-core/src/main/java/org/apache/gora/query/impl/ResultBase.java
* /gora/trunk/gora-core/src/main/java/org/apache/gora/query/ws/impl/QueryWSBase.java
* /gora/trunk/gora-core/src/main/java/org/apache/gora/store/DataStore.java
* /gora/trunk/gora-dynamodb/src/main/java/org/apache/gora/dynamodb/query/DynamoDBResult.java

                
> Modify the Query interface to be Query<K, T extends Persistent> to be more precise
> ----------------------------------------------------------------------------------
>
>                 Key: GORA-179
>                 URL: https://issues.apache.org/jira/browse/GORA-179
>             Project: Apache Gora
>          Issue Type: Improvement
>          Components: gora-core
>    Affects Versions: 0.3
>            Reporter: Henry Saputra
>            Assignee: Henry Saputra
>            Priority: Minor
>             Fix For: 0.3
>
>         Attachments: GORA-179.patch
>
>
> Currently the Query interface just use generics for the signature  Query<K, T>.
> Would like to change it to Query<K, T extends Persistent> to be more precise that all implementors and user of this interface can only pass Persistent object as the object. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira