mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-2.1' into trunk
This commit is contained in:
commit
1d598726f4
|
|
@ -57,7 +57,7 @@ class UserType(CompositeType):
|
|||
result.append((str(col_name), col_type.from_binary(item)))
|
||||
p += 1
|
||||
|
||||
return result
|
||||
return tuple(result)
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue