Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroshade committed Dec 19, 2024
1 parent a03822e commit 649e56a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions parquet/file/size_statistics.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,3 @@ func (s *SizeStatistics) IsSet() bool {
return len(s.RepetitionLevelHistogram) > 0 || len(s.DefinitionLevelHistogram) > 0 ||
s.UnencodedByteArrayDataBytes != nil
}


0 comments on commit 649e56a

Please sign in to comment.