viirya commented on code in PR #3056:
URL: https://github.com/apache/arrow-rs/pull/3056#discussion_r1017523307


##########
arrow/src/row/mod.rs:
##########
@@ -726,6 +697,21 @@ unsafe fn decode_column(
             )))
         }
     };
+    let array: ArrayRef = match &field.data_type {

Review Comment:
   As the change doesn't touch timestamp array, I think that you didn't mean 
the issue is caused by this change, but suggested that we should also fix it 
together, right?



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