You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
PrimitiveBuilder currently always uses T::DATA_TYPE for the resulting array, this prevents overriding the data type to specify decimal precision, or timestamp timezone. In general this is fine as with_timezone or with_precision_and_scale can be called on the resulting array, but when used in make_builder this information is discarded.
This is at best surprising, and could be considered a bug
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
PrimitiveBuilder
currently always usesT::DATA_TYPE
for the resulting array, this prevents overriding the data type to specify decimal precision, or timestamp timezone. In general this is fine aswith_timezone
orwith_precision_and_scale
can be called on the resulting array, but when used inmake_builder
this information is discarded.This is at best surprising, and could be considered a bug
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: