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


##########
arrow-data/src/transform/fixed_binary.rs:
##########
@@ -22,7 +22,6 @@ use arrow_schema::DataType;
 pub(super) fn build_extend(array: &ArrayData) -> Extend {
     let size = match array.data_type() {
         DataType::FixedSizeBinary(i) => *i as usize,
-        DataType::Decimal256(_, _) => 32,

Review Comment:
   👍 Almost forgot it.



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