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


##########
java/memory/memory-core/src/main/java/org/apache/arrow/memory/AllocationOutcome.java:
##########
@@ -19,15 +19,18 @@
 
 import java.util.Optional;
 
+import org.checkerframework.checker.nullness.qual.Nullable;
+
+
 /**
  * Describes the type of outcome that occurred when trying to account for 
allocation of memory.
  */
 public class AllocationOutcome {
   private final Status status;

Review Comment:
   @davisusanibar should we annotate `Status`? Seems like it is `NonNullable`?



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