iemejia commented on a change in pull request #31232:
URL: https://github.com/apache/spark/pull/31232#discussion_r559443053



##########
File path: 
core/src/main/java/org/apache/spark/util/collection/unsafe/sort/UnsafeInMemorySorter.java
##########
@@ -19,8 +19,7 @@
 
 import java.util.Comparator;
 import java.util.LinkedList;
-
-import org.apache.avro.reflect.Nullable;
+import javax.annotation.Nullable;

Review comment:
       This is an improvement because `Nullable` in that class is used to 
designate class attributes that are nullable (like javax.annotation) and not to 
refer to nullability of an Avro field.




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

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to