Weijun-H commented on code in PR #7738:
URL: https://github.com/apache/arrow-rs/pull/7738#discussion_r2164127540


##########
parquet-variant/src/variant.rs:
##########
@@ -40,8 +40,128 @@ const MAX_SHORT_STRING_BYTES: usize = 0x3F;
 #[derive(Debug, Clone, Copy, PartialEq)]
 pub struct ShortString<'a>(pub(crate) &'a str);
 
+#[derive(Debug, Clone, Copy, PartialEq)]
+pub struct VariantDecimal4 {

Review Comment:
   good idea



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