Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31211ff commit af5a78fCopy full SHA for af5a78f
1 file changed
cassandra/deserializers.pyx
@@ -45,7 +45,7 @@ cdef class Deserializer:
45
cdef class DesBytesType(Deserializer):
46
cdef deserialize(self, Buffer *buf, int protocol_version):
47
if buf.size == 0:
48
- return ""
+ return b""
49
return to_bytes(buf)
50
51
# this is to facilitate cqlsh integration, which requires bytearrays for BytesType
0 commit comments