cloud-fan commented on a change in pull request #27262: [SPARK-30551][SQL] 
Disable comparison for interval type
URL: https://github.com/apache/spark/pull/27262#discussion_r367903663
 
 

 ##########
 File path: 
common/unsafe/src/main/java/org/apache/spark/unsafe/types/CalendarInterval.java
 ##########
 @@ -29,7 +29,7 @@
 /**
  * The internal representation of interval type.
  */
-public final class CalendarInterval implements Serializable, 
Comparable<CalendarInterval> {
+public final class CalendarInterval implements Serializable {
 
 Review comment:
   there is a `MAX_VALUE` and `MIN_VALUE` in this file, shall we remove them as 
well?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to