superserious-dev commented on code in PR #7779:
URL: https://github.com/apache/arrow-rs/pull/7779#discussion_r2173571055


##########
parquet-variant/src/decoder.rs:
##########
@@ -25,6 +25,7 @@ use std::num::TryFromIntError;
 
 // Makes the code a bit more readable
 pub(crate) const VARIANT_VALUE_HEADER_BYTES: usize = 1;
+pub(crate) const DECIMAL_MAX_SCALE: u8 = 38;

Review Comment:
   That makes sense. I removed the extra scale validation.



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