CqlByteBuffer fails to decode short bytes over 32768 in size
Description
CqlByteBuffer implicitly converts unsigned shorts and signed ints to null when the value equals to or is greater than 0x8000 and 0x80000000 accordingly. This is incorrect.
Value of 0x80000000 for the size of most types is used to signify null values.
CqlByteBuffer implicitly converts unsigned shorts and signed ints to null when the value equals to or is greater than 0x8000 and 0x80000000 accordingly. This is incorrect.
Value of 0x80000000 for the size of most types is used to signify null values.