Skip to content

Commit 0df6ea1

Browse files
committed
rebase and remove simple string
1 parent bb1b1ef commit 0df6ea1

File tree

1 file changed

+0
-2
lines changed
  • sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/types

1 file changed

+0
-2
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/types/dataTypes.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,6 @@ case object DateType extends NativeType {
258258
private[sql] val ordering = new Ordering[JvmType] {
259259
def compare(x: Date, y: Date) = x.toString.compareTo(y.toString)
260260
}
261-
262-
def simpleString: String = "date"
263261
}
264262

265263
abstract class NumericType extends NativeType with PrimitiveType {

0 commit comments

Comments
 (0)