junjunjd commented on code in PR #7901:
URL: https://github.com/apache/arrow-datafusion/pull/7901#discussion_r1381233526


##########
datafusion/common/src/scalar.rs:
##########
@@ -2350,7 +2399,9 @@ impl ScalarValue {
                 let array = as_fixed_size_binary_array(array)?;
                 let size = match array.data_type() {
                     DataType::FixedSizeBinary(size) => *size,
-                    _ => unreachable!(),

Review Comment:
    I agree this should be unreachable. I will change this back to 
`unreachable!`.



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