Describe the bug
Using Encoding::DELTA_BINARY_PACKED with, for example, a string type errors with DeltaBitPackDecoder only supports Int32Type and Int64Type. But UInt32Type and UInt64Type are supported too
To Reproduce
Expected behavior
Error message should be DeltaBitPackDecoder only supports Int32Type, UInt32Type, Int64Type, and UInt64Type
Additional context
Describe the bug
Using
Encoding::DELTA_BINARY_PACKEDwith, for example, a string type errors withDeltaBitPackDecoder only supports Int32Type and Int64Type. ButUInt32TypeandUInt64Typeare supported tooTo Reproduce
Expected behavior
Error message should be
DeltaBitPackDecoder only supports Int32Type, UInt32Type, Int64Type, and UInt64TypeAdditional context