Github user chandnisingh commented on a diff in the pull request:
https://github.com/apache/incubator-apex-malhar/pull/186#discussion_r62565985
--- Diff:
contrib/src/main/java/com/datatorrent/contrib/cassandra/CassandraPOJOInputOperator.java
---
@@ -61,6 +61,7 @@
@Evolving
public class CassandraPOJOInputOperator extends
AbstractCassandraInputOperator<Object> implements
Operator.ActivationListener<OperatorContext>
{
+ private String TOKEN_QUERY;
--- End diff --
Please follow Java naming conventions. This field not a constant so it
should be in camel case
---
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.
---