Merge branch 'cassandra-2.1' into trunk

This commit is contained in:
Mikhail Stepura 2014-02-25 11:58:22 -08:00
commit 1d598726f4
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class UserType(CompositeType):
result.append((str(col_name), col_type.from_binary(item)))
p += 1
return result
return tuple(result)