CurtHagenlocher opened a new issue, #36816: URL: https://github.com/apache/arrow/issues/36816
### Describe the enhancement requested There are only four different types of TimeType possible and two different types of IntervalType[*]. Instead of creating new ones from imported or deserialized values, these can just be interned -- reducing GC pressure ever-so-slightly. (It would also be possible in principle to TimestampType but the timezone complicates that a little.) *Well, there could also be MONTH_DAY_NANO once a newer version of the FlatBuffers is imported... . ### Component(s) C# -- 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]
