Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
zalegrala committed Nov 4, 2024
1 parent f936d2d commit 09b0809
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/parquetquery/iters.go
Original file line number Diff line number Diff line change
Expand Up @@ -1261,10 +1261,6 @@ func (c *SyncIterator) Close() {
c.closeCurrRowGroup()

c.span.End()

if c.intern && c.interner != nil {
// c.interner.Close()
}
}

// ColumnIterator asynchronously iterates through the given row groups and column. Applies
Expand Down

0 comments on commit 09b0809

Please sign in to comment.