[
https://issues.apache.org/jira/browse/NIFI-8156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17269086#comment-17269086
]
ASF subversion and git services commented on NIFI-8156:
-------------------------------------------------------
Commit 953327cdf587c6b68765c0d32508873d8a0031e7 in nifi's branch
refs/heads/main from Mike Thomsen
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=953327c ]
NIFI-8156 Fixed byte handling bug in cassandra.
Signed-off-by: Pierre Villard <[email protected]>
This closes #4771.
> PutCassandraRecord does not wrap byte arrays with a ByteBuffer, causing write
> failures
> --------------------------------------------------------------------------------------
>
> Key: NIFI-8156
> URL: https://issues.apache.org/jira/browse/NIFI-8156
> Project: Apache NiFi
> Issue Type: Bug
> Affects Versions: 1.12.1
> Reporter: Mike Thomsen
> Assignee: Mike Thomsen
> Priority: Major
> Fix For: 1.13.0
>
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> As the subject line says, types that are meant for a Cassandra bytes field
> are not wrapped inside of a ByteBuffer. This causes a write failure when the
> Cassandra driver attempts to write the array.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)