HaoYang670 commented on code in PR #1964:
URL: https://github.com/apache/arrow-rs/pull/1964#discussion_r909387622


##########
arrow/src/array/array_binary.rs:
##########
@@ -1677,6 +1681,37 @@ mod tests {
         );
     }
 
+    #[test]
+    fn test_decimal_array_from_fixed_size_list() {
+        let value_data = ArrayData::builder(DataType::UInt8)
+            .offset(16)

Review Comment:
   Add offset in the child array



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to