alamb commented on issue #597:
URL: https://github.com/apache/arrow-rs/issues/597#issuecomment-886036048


   Good points @jorgecarleitao  and @velvia  -- it sounds like my challenge / 
problem with `TimestampNanosecondArray` will be solved when we bring in the 
ideas of arrow2. If it becomes a problem I can look into removing `DATA_TYPE`  
as Jorge suggests.
   
   One thing I have noticed that might warrant more thought about something 
other than `String` for storing timezones is that the `DataType` struct is 
copied around a lot in arrow code. Maybe something more like `Arc<str>` would 
be appropriate if we ever want to change the type.


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