You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When deserializing tuples, if the encoded data is shorter than expected
(i.e., it contains fewer elements than the tuple type specifies),
we should treat the missing elements as nulls instead of returning an
error. This is what other drivers (Python, Java, Node.js) do, and it
improves compatibility with ScyllaDB/Cassandra, which allow inserting
tuples with fewer elements than the defined type.
Fixes: #1452.
0 commit comments