MikeThomsen commented on PR #6013:
URL: https://github.com/apache/nifi/pull/6013#issuecomment-1121447810

   @pvillard31 just responded. TL;DR I discovered this was necessary w/ 
PutCassandraRecord because as-is the processor relies purely on the type 
conversion capabilities of the Cassandra client API which apparently does not 
support String <-> UUID conversions. Without this, AFAICT, PutCassandraRecord 
cannot interact with Cassandra UUID fields. It also turned out to be a lower 
LOE to just add Avro UUID type support to the Record API than to update 
PutCassandraRecord to do the necessary type inspection and generate CQL off of 
that :-D


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to