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



##########
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:
       It did, which is why there are the corresponding re-orderings below it 
in the `Multiplier` and `String` functions. There should be no other semantic 
impacts other than that though since nothing else should be depending on the 
actual numeric value of the enum.




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