GPSnoopy opened a new issue, #8042:
URL: https://github.com/apache/arrow-rs/issues/8042

   When using `PrimitiveBuilder`, one can call `with_data_type()` to augment 
the default data type. This is required, for example, when using 
`DataType::Timestamp` which takes an optional timezone.
   
   `PrimitiveDictionaryBuilder` does not provide a direct way to do this, but 
it can be explicitly done by calling `new_from_empty_builders()`.
   
   However, I could not find any way to augment the value data type when using 
a `PrimitiveRunBuilder`. This seems to be an oversight.


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