Commits


David Li authored and GitHub committed 2d47a3cf0c7
ARROW-15958: [Java][Docs] Improve and document StackTrace (#12656) This can be useful to identify the origin of a leaked buffer. While there's a "public" API, it wasn't actually usable because it has a parameter of package-private type. This adds an overload that doesn't take that parameter so the API is actually usable. Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: David Li <li.davidm96@gmail.com>