CurtHagenlocher commented on code in PR #36125:
URL: https://github.com/apache/arrow/pull/36125#discussion_r1265795333


##########
csharp/src/Apache.Arrow/Arrays/Time64Array.cs:
##########
@@ -24,17 +25,25 @@ namespace Apache.Arrow
     /// </summary>
     public class Time64Array : PrimitiveArray<long>
     {
+        private const long TicksPerMicrosecond = 1000;
+        private const long NanosecondsPerTick = 100;

Review Comment:
   No, you follow just fine; it's the code that's wrong :/.



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