scovich commented on code in PR #9379:
URL: https://github.com/apache/arrow-rs/pull/9379#discussion_r2796685211


##########
arrow-json/src/writer/encoder.rs:
##########
@@ -370,6 +370,16 @@ pub fn make_encoder<'a>(
             _ => unreachable!()
         }
 
+        DataType::RunEndEncoded(_, _) => downcast_run_array! {
+            array => {
+                NullableEncoder::new(

Review Comment:
   Does the macro require the {} even tho normally this would be `array => 
NullableEncoder::new(...)`?



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