Skip to content

No table and column names in parser error messages

When there is an unexpected null in a column then cql fails with an error message like this:

cql-io: protocol error: parse error: response body reading: Failed reading: withBytes: null (length = -1)

This makes it hard to debug to find the column with the problem. The same goes for failures when parsing the values via FromCql.

Greetings from Wire!

Edited by Stefan Matting