You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2020/04/02 09:28:05 UTC

[GitHub] [cassandra] Gerrrr opened a new pull request #510: CASSANDRA-15679 Use str instead of bytearray for blobs in copyutil.py 2.1

Gerrrr opened a new pull request #510: CASSANDRA-15679 Use str instead of bytearray for blobs in copyutil.py 2.1
URL: https://github.com/apache/cassandra/pull/510
 
 
   https://issues.apache.org/jira/browse/CASSANDRA-15679

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org


[GitHub] [cassandra] Gerrrr closed pull request #510: CASSANDRA-15679 Use str instead of bytearray for blobs in copyutil.py 2.1

Posted by GitBox <gi...@apache.org>.
Gerrrr closed pull request #510: CASSANDRA-15679 Use str instead of bytearray for blobs in copyutil.py 2.1
URL: https://github.com/apache/cassandra/pull/510
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org


[GitHub] [cassandra] stef1927 commented on issue #510: CASSANDRA-15679 Use str instead of bytearray for blobs in copyutil.py 2.1

Posted by GitBox <gi...@apache.org>.
stef1927 commented on issue #510: CASSANDRA-15679 Use str instead of bytearray for blobs in copyutil.py 2.1
URL: https://github.com/apache/cassandra/pull/510#issuecomment-608089718
 
 
   Here is what I had to do to get it to work locally (manual test): https://github.com/stef1927/cassandra/commit/41a29e5bdb4d2efc8b80425cd16dcc3d0111e7d3
   
   I noticed it was hitting the exception at line 1733 because of the typo and so I got rid of the exceptional case.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org