tustvold commented on code in PR #5180:
URL: https://github.com/apache/arrow-rs/pull/5180#discussion_r1418614238


##########
arrow-schema/src/datatype.rs:
##########
@@ -50,6 +50,8 @@ pub enum DataType {
     Int32,
     /// A signed 64-bit integer.
     Int64,
+    /// A signed 128-bit integer.
+    Int128,

Review Comment:
   I don't think we can unilaterally add array types to the arrow specification



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