[
https://issues.apache.org/jira/browse/APEXMALHAR-1988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15193069#comment-15193069
]
ASF GitHub Bot commented on APEXMALHAR-1988:
--------------------------------------------
Github user bhupeshchawda commented on a diff in the pull request:
https://github.com/apache/incubator-apex-malhar/pull/186#discussion_r55980645
--- Diff:
contrib/src/main/java/com/datatorrent/contrib/cassandra/CassandraPOJOInputOperator.java
---
@@ -134,7 +119,7 @@ public void setStartRow(Number startRow)
/*
* Parameterized query with parameters such as %t for table name , %p
for primary key, %s for start value and %l for limit.
* Example of retrieveQuery:
- * select * from %t where token(%p) > %s limit %l;
+ * select * from %t where token(%p) > %s;
--- End diff --
Also remove "%l for limit" from javadocs
> CassandraInputOperator fetches less number of records inconsistenly
> -------------------------------------------------------------------
>
> Key: APEXMALHAR-1988
> URL: https://issues.apache.org/jira/browse/APEXMALHAR-1988
> Project: Apache Apex Malhar
> Issue Type: Bug
> Reporter: Priyanka Gugale
> Assignee: Priyanka Gugale
>
> CassandraInputOperator fetches less number of records than available in
> table. Also number of records returned in each runs are different.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)