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

   # Which issue does this PR close?
   * Part of https://github.com/apache/arrow-rs/issues/8351
   
   # Rationale for this change
   DataType:s end up in a lot of error messages, and we want them easy and 
readable, without and Rust-stuff in them like `Some` and `None`
   
   # What changes are included in this PR?
   Before:
   
   > `Timestamp(Millisecond, None)`
   > `Timestamp(Nanosecond, Some("UTC"))`
   
   After
   
   > `Timestamp(ms)`
   > `Timestamp(ns, "UTC")`
   
   # Are these changes tested?
   Yes
   
   # Are there any user-facing changes?
   Yes, this is a **breaking change**


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