MikeThomsen commented on pull request #4771:
URL: https://github.com/apache/nifi/pull/4771#issuecomment-763707997


   @joewitt here are test instructions:
   
   ```
   docker run -p 7000:7000 -p 9042:9042 --name cassandra -d cassandra:3
   ```
   
   ```
   CREATE KEYSPACE byte_test WITH replication = {'class':'SimpleStrategy', 
'replication_factor' : 3};
   use byte_test;
   create table binary_test (id text, data blob, primary key(id));
   ```
   
   
[Cassandra_Byte_Array_Test.xml.txt](https://github.com/apache/nifi/files/5843448/Cassandra_Byte_Array_Test.xml.txt)
   


----------------------------------------------------------------
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.

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


Reply via email to