Commit 9a4d0b2
committed
Fix OrderedMapSerializedKey initialization in deserializers
OrderedMapSerializedKey now takes a single cass_type_instance argument
instead of (cass_type, protocol_version). Updated the Cython deserializer
to instantiate the key_type with protocol_version before passing it.
This fixes the "map<varchar, varchar>: __init__() takes exactly 2
positional arguments (3 given)" error.1 parent 02dd692 commit 9a4d0b2
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | | - | |
| 284 | + | |
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
291 | | - | |
| 291 | + | |
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
| |||
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
301 | | - | |
| 301 | + | |
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
| |||
0 commit comments