[
https://issues.apache.org/jira/browse/NIFI-7007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17043815#comment-17043815
]
ASF subversion and git services commented on NIFI-7007:
-------------------------------------------------------
Commit 9848eb4409fe672e7d321ea3ac3351e8a5972e14 in nifi's branch
refs/heads/master from Wouter de Vries
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=9848eb4 ]
NIFI-7007: Add update functionality to the PutCassandraRecord processor.
NIFI-7007: Add additional unit tests that hit non-happy path
NIFI-7007: Use AllowableValue instead of string
NIFI-7007: Add the use of attributes for the update method, statement type and
batch statement type
NIFI-7007: Add additional tests, mainly for the use of attributes
NIFI-7007: add some ReadsAttribute properties to the PutCassandraRecord
processor
NIFI-7007: additional update keys validation logic
NIFI-7007: fix imports
NIFI-7007: Convert fieldValue to long in separate method
NIFI-7007: Add new style of tests checking actual CQL output
NIFI-7007: add license to new test file
NIFI-7007: add customValidate to check for certain incompatible property
combinations
NIFI-7007: remove check on updateMethod and replace Set.of with java 8
compatible replacmenet
NIFI-7007: Add test for failure with empty update method via attributes
NIFI-7007: remove unused variable
NIFI-7007: Fix customValidate that incorrectly invalidated a valid config
Fix Checkstyle
Signed-off-by: Matthew Burgess <[email protected]>
This closes #3977
> Add update capability to PutCassandraRecord
> -------------------------------------------
>
> Key: NIFI-7007
> URL: https://issues.apache.org/jira/browse/NIFI-7007
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: Wouter de Vries
> Priority: Major
> Time Spent: 7.5h
> Remaining Estimate: 0h
>
> The current PutCassandraRecord processor (1.10.0) only supports the INSERT
> statement. It would be useful to extend it to also support UPDATE, especially
> in the context of COUNTER tables which do not allow INSERTs.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)