emkornfield commented on a change in pull request #11514:
URL: https://github.com/apache/arrow/pull/11514#discussion_r778565748



##########
File path: go/arrow/datatype_fixedwidth.go
##########
@@ -220,17 +220,17 @@ func (t Time64) ToTime(unit TimeUnit) time.Time {
 }
 
 const (
-       Nanosecond TimeUnit = iota
-       Microsecond
+       Second TimeUnit = iota
        Millisecond
-       Second
+       Microsecond

Review comment:
       does this reordering have any semantic impacts?




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