sdf-jkl commented on code in PR #9599:
URL: https://github.com/apache/arrow-rs/pull/9599#discussion_r3003847318
##########
parquet-variant-compute/src/shred_variant.rs:
##########
@@ -669,6 +703,12 @@ mod tests {
use std::sync::Arc;
use uuid::Uuid;
+ const NULL_VALUES: [NullValue; 3] = [
+ NullValue::TopLevelVariant,
+ NullValue::ObjectField,
+ NullValue::ArrayElement,
+ ];
+
Review Comment:
Looks unnecessary for extra 5loc in tests mod.
--
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]