Skip to content

Commit

Permalink
Stop double closing host buffers
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Sep 9, 2021
1 parent d83cfc6 commit d7992f9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ class SerializeConcatHostBuffersDeserializeBatch(

override def close(): Unit = {
data.safeClose()
buffers.safeClose()
if (batchInternal != null) {
batchInternal.close()
}
Expand Down

0 comments on commit d7992f9

Please sign in to comment.