progval opened a new issue, #9551: URL: https://github.com/apache/arrow-rs/issues/9551
**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** -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
