Skip to content

Commit aeccf2b

Browse files
committed
[FIX] sanitise variant_array file
1 parent 08353cb commit aeccf2b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

parquet-variant-compute/src/variant_array.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ use parquet_variant::Variant;
2424
use std::any::Any;
2525
use std::sync::Arc;
2626

27-
/// Path element for accessing nested variant fields
2827
#[derive(Debug, Clone, PartialEq)]
2928
pub enum VariantPathElement {
3029
/// Access a field in an object by name
@@ -40,7 +39,6 @@ pub struct VariantPath {
4039
}
4140

4241
impl VariantPath {
43-
/// Create a new empty path
4442
pub fn new() -> Self {
4543
Self {
4644
elements: Vec::new(),

0 commit comments

Comments
 (0)