[
https://issues.apache.org/jira/browse/GORA-497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16100345#comment-16100345
]
ASF GitHub Bot commented on GORA-497:
-------------------------------------
Github user lewismc commented on a diff in the pull request:
https://github.com/apache/gora/pull/110#discussion_r129360422
--- Diff:
gora-cassandra-cql/src/main/java/org/apache/gora/cassandra/query/CassandraResultSet.java
---
@@ -79,4 +79,8 @@ public void addResultElement(K key, T token) {
this.persistentObject.add(token);
this.size++;
}
+
+ public void setLimit(long limit) {
--- End diff --
Can you please make sure to document all (or as many as possible) public
method you implement. This is good practice.
> Migrate CassandraThrift to CQL
> -------------------------------
>
> Key: GORA-497
> URL: https://issues.apache.org/jira/browse/GORA-497
> Project: Apache Gora
> Issue Type: Improvement
> Components: gora-cassandra
> Reporter: Madhawa Gunasekara
> Assignee: Madhawa Gunasekara
> Labels: gsoc2017
> Fix For: 0.8
>
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)