chore: close stream section reader (#20107)

pull/20099/head^2
Ashwanth 5 months ago committed by GitHub
parent 728b308edf
commit 356cd36d8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      pkg/engine/internal/executor/streams_view.go

@ -171,6 +171,7 @@ func (v *streamsView) init(ctx context.Context) (err error) {
}
r := streams.NewReader(readerOptions)
defer r.Close()
var records []arrow.RecordBatch

Loading…
Cancel
Save