[ 
https://issues.apache.org/jira/browse/NIFI-4105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16066165#comment-16066165
 ] 

ASF GitHub Bot commented on NIFI-4105:
--------------------------------------

Github user pvillard31 commented on the issue:

    https://github.com/apache/nifi/pull/1937
  
    @ggthename, yes you can ignore this test failure, we are aware that this 
test intermittently fails. If you prefer you can do a ``mvn clean install 
-Pcontrib-check`` only in the Cassandra bundle directory for now.
    
    The tests are now OK but the build still fails because of checkstyle issues 
(you need to run the ``contrib-check`` maven profile for that):
    
    ````
    [WARNING] 
src/main/java/org/apache/nifi/processors/cassandra/QueryCassandra.java[38] 
(imports) AvoidStarImport: Using the '.*' form of import should be avoided - 
org.apache.nifi.annotation.behavior.*.
    [WARNING] 
src/main/java/org/apache/nifi/processors/cassandra/QueryCassandra.java[62] 
(imports) AvoidStarImport: Using the '.*' form of import should be avoided - 
java.util.*.
    [WARNING] 
src/main/java/org/apache/nifi/processors/cassandra/QueryCassandra.java[442:13] 
(blocks) RightCurly: '}' should be on the same line.
    [WARNING] 
src/main/java/org/apache/nifi/processors/cassandra/QueryCassandra.java[451:9] 
(blocks) RightCurly: '}' should be on the same line.
    [WARNING] 
src/main/java/org/apache/nifi/processors/cassandra/QueryCassandra.java[483:13] 
(blocks) RightCurly: '}' should be on the same line.
    [WARNING] 
src/main/java/org/apache/nifi/processors/cassandra/QueryCassandra.java[721:9] 
(blocks) RightCurly: '}' should be on the same line.
    ````


> support the specified Maximum value column and CSV Stream for Cassandra
> -----------------------------------------------------------------------
>
>                 Key: NIFI-4105
>                 URL: https://issues.apache.org/jira/browse/NIFI-4105
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Extensions
>    Affects Versions: 1.3.0
>            Reporter: Yoonwon Ko
>
> I'm trying to find a CassandraProcessor to fetch rows whose values in the 
> specified Maximum Value columns are larger than the previously-seen maximum 
> like QueryDatabaseTable.
> But I found only QueryCassandra. It just executes same CQL everytime without 
> keeping maximum value.
> and I think we also need convertToCsvStream option.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to