MasslessParticle opened a new pull request, #479: URL: https://github.com/apache/arrow-go/pull/479
### Rationale for this change The typed dict encoder tries to cast `memory.Allocator` to `TypedMemoTable`. This results in a panic. ### What changes are included in this PR? This PR changes `mem` to `memo` in the encoder so the `MemoTable` is the variable cast to `TypedMemoTable`. ### Are these changes tested? I've tested this locally and panics no longer happen 🎉 -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org