desktable opened a new issue, #36005:
URL: https://github.com/apache/arrow/issues/36005
### Describe the enhancement requested
Currently, StreamWriter can write millisecond and microsecond timestamps,
but there is no interface to write nanosecond timestamps.
Relevant code:
```
StreamWriter& operator<<(const std::chrono::milliseconds& v);
StreamWriter& operator<<(const std::chrono::microseconds& v);
```
### Component(s)
C++, Parquet
--
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]