danepitkin commented on code in PR #37723: URL: https://github.com/apache/arrow/pull/37723#discussion_r1347822246
########## java/memory/memory-core/src/main/java/org/apache/arrow/memory/util/StackTrace.java: ########## @@ -29,6 +29,7 @@ public class StackTrace { /** * Constructor. Captures the current stack trace. */ + @SuppressWarnings("nullness:assignment") //incompatible types in assignment Review Comment: Can you expand on why this is suppressed? `nullness:assignment` warning makes me think we can just check the length of the stack trace to make sure we are assigning valid entries. -- 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