himadripal commented on code in PR #6905: URL: https://github.com/apache/arrow-rs/pull/6905#discussion_r1892681040
########## arrow-cast/src/cast/decimal.rs: ########## @@ -230,6 +231,7 @@ where )?)) } +#[allow(dead_code)] Review Comment: This fails in clippy, hence added, there is use, if required we can remove it and cover existing tests with parse_decimal. -- 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