yaooqinn 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_r367936248
##########
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:
yes, remove them too
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]