davisusanibar commented on code in PR #37723:
URL: https://github.com/apache/arrow/pull/37723#discussion_r1348957735


##########
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.
   
   It is not necessary, I will update it.



-- 
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]

Reply via email to