progval opened a new pull request, #9552:
URL: https://github.com/apache/arrow-rs/pull/9552

   # Which issue does this PR close?
   
   - Closes #9551.
   
   # Rationale for this change
   
   DeltaBitPackDecoder supports Int32Type, UInt32Type, Int64Type, and 
UInt64Type; but the error message claimed it supported only Int32Type and 
Int64Type
   
   # What changes are included in this PR?
   
   * changed the error message
   * deduplicated the string
   * extended `ensure_phys_ty!()` to allow anything `panic!()` does
   
   # Are these changes tested?
   
   no
   
   # Are there any user-facing changes?
   
   only the panic message


-- 
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]

Reply via email to