pitrou commented on code in PR #14450:
URL: https://github.com/apache/arrow/pull/14450#discussion_r1004232907
##########
cpp/src/arrow/type.cc:
##########
@@ -2462,6 +2462,10 @@ void InitStaticData() {
// Temporal types
g_temporal_types = {date32(),
date64(),
+ duration(TimeUnit::SECOND),
+ duration(TimeUnit::MILLI),
+ duration(TimeUnit::MICRO),
+ duration(TimeUnit::NANO),
Review Comment:
Yes, it would be better to solve the issue there IMHO.
--
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]