mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 11:10:40 +00:00
CQL reply may contain metadata that describes columns present in the response including the information about their type. However, Scylla incorrectly reports counter types as bigint. The serialised format of counters and bigint is exactly the same, which could explain why the problem hasn't been noticed earlier but it is a bug nevertheless. Fixes #2569. Message-Id: <20170711130520.27603-1-pdziepak@scylladb.com>