zeroshade commented on PR #898: URL: https://github.com/apache/arrow-go/pull/898#issuecomment-4883163826
@fallintoplace nudge — the fix itself is correct (`TakeOwnership` retains, so releasing the temporary is right). The two new tests just need `scope.CheckSize(c.T())` called before `in.Release()` (or allocate `in` inside the scope) — as written they drop below the baseline and fail. Ping me for a re-review. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
