Skip to content

Commit

Permalink
missed a close for the parquet reader
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroshade committed Dec 13, 2024
1 parent 39c7baa commit 0b37479
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions table/arrow_scanner.go
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ func (as *arrowScan) recordsFromTask(ctx context.Context, task internal.Enumerat
if err != nil {
return
}
defer rdr.Close()

pipeline := make([]recProcessFn, 0, 2)
if len(positionalDeletes) > 0 {
Expand Down

0 comments on commit 0b37479

Please sign in to comment.