Skip to content

Commit 5c30358

Browse files
committed
Add eq instance doe SchemaElement
1 parent c411d01 commit 5c30358

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DataFrame/IO/Parquet.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ data SchemaElement = SchemaElement
587587
precision :: Int32,
588588
logicalType :: LogicalType
589589
}
590-
deriving (Show)
590+
deriving (Show, Eq)
591591

592592
data RepetitionType = REQUIRED | OPTIONAL | REPEATED | UNKNOWN_REPETITION_TYPE deriving (Eq, Show)
593593

0 commit comments

Comments
 (0)