liukun4515 commented on code in PR #2405:
URL: https://github.com/apache/arrow-rs/pull/2405#discussion_r943051047
##########
arrow/src/array/array_decimal.rs:
##########
@@ -123,6 +123,8 @@ impl<const BYTE_WIDTH: usize> BasicDecimalArray<BYTE_WIDTH>
{
self.raw_value_data_ptr().offset(pos as isize),
Self::VALUE_LENGTH as usize,
)
+ .try_into()
Review Comment:
Ok, I will cp this commit to my benchmark branch
https://github.com/apache/arrow-rs/pull/2360 and test 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]