domoritz commented on code in PR #40892:
URL: https://github.com/apache/arrow/pull/40892#discussion_r1546990776


##########
js/src/type.ts:
##########
@@ -406,7 +406,7 @@ type Timestamps = Type.Timestamp | Type.TimestampSecond | 
Type.TimestampMillisec
 /** @ignore */
 interface Timestamp_<T extends Timestamps = Timestamps> extends DataType<T> {
     TArray: Int32Array;
-    TValue: number;
+    TValue: number | Date;

Review Comment:
   Reverted to number again. 



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