Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Weizhen Wang <[email protected]>
  • Loading branch information
hawkingrei committed Dec 20, 2023
1 parent 9b4d22d commit fe19328
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/util/chunk/pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ func getChunkFromPool(initCap int, fields []*types.FieldType) *Chunk {
pool, ok := globalChunkPool[initCap]
globalChunkPoolMutex.RUnlock()
if ok {

return pool.GetChunk(fields)
}
globalChunkPoolMutex.Lock()
Expand Down

0 comments on commit fe19328

Please sign in to comment.