tustvold commented on code in PR #3805:
URL: https://github.com/apache/arrow-rs/pull/3805#discussion_r1126850909
##########
arrow-json/src/reader.rs:
##########
@@ -3352,4 +3417,72 @@ mod tests {
let cloned = options.clone();
assert_eq!(options, cloned);
}
+
+ macro_rules! decimal_json_tests {
Review Comment:
Does this need to be a macro, or could we use a generic function here?
They're easier to maintain and debug
--
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]