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

   # Which issue does this PR close?
   
   - Closes #9279.
   
   # Rationale for this change
   
   Enable an alternative representation of UTC timestamp data types with the 
"UTC" timezone ID, which is useful for interoperability with applications 
preferring that form.
   
   # What changes are included in this PR?
   
   In the `ReaderBuilder` API, add a new method `with_tz` that allows users to 
specify the timezone ID for Avro logical types that represent UTC timestamps. 
The choices are between "+00:00" and "UTC" and can be selected by the new `Tz` 
enumeration.
   
   # Are these changes tested?
   
   Added unit tests to verify the representation with different `Tz` parameter 
values.
   
   # Are there any user-facing changes?
   
   A new `with_tz` method is added to `arrow_avro::reader::Builder`.
   


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