Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Marshal missing UDT fields as null instead of failing
We can't return an error in case a field is added to the UDT, otherwise existing code would break by simply altering the UDT in the database. For extra fields at the end of the UDT put nulls to be in line with gocql, but also python-driver and java-driver. In gocql it was fixed in scylladb/gocql@d2ed1bb
- Loading branch information