alamb commented on code in PR #7469:
URL: https://github.com/apache/arrow-rs/pull/7469#discussion_r2080201968


##########
arrow-schema/src/datatype_parse.rs:
##########
@@ -754,11 +834,13 @@ mod test {
             ("Decimal256(-3, 5)", "Error converting -3 into u8 for Decimal256: 
out of range integral type conversion attempted"),
             ("Decimal128(3, 500)", "Error converting 500 into i8 for 
Decimal128: out of range integral type conversion attempted"),
             ("Decimal256(3, 500)", "Error converting 500 into i8 for 
Decimal256: out of range integral type conversion attempted"),
-
+            ("Struct(f1, Int64)", "Error finding next type, got unexpected 
','"),

Review Comment:
   ❤️ 



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