We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb1b1ef commit 0df6ea1Copy full SHA for 0df6ea1
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/types/dataTypes.scala
@@ -258,8 +258,6 @@ case object DateType extends NativeType {
258
private[sql] val ordering = new Ordering[JvmType] {
259
def compare(x: Date, y: Date) = x.toString.compareTo(y.toString)
260
}
261
-
262
- def simpleString: String = "date"
263
264
265
abstract class NumericType extends NativeType with PrimitiveType {
0 commit comments