Skip to content

Commit 7c8f702

Browse files
committed
[MINOR] Remove unused import
### What changes were proposed in this pull request? Remove unused import in `TimestampNTZType`. ### Why are the changes needed? Cleanup ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? N/A Closes #36448 from sunchao/remove. Authored-by: Chao Sun <[email protected]> Signed-off-by: Chao Sun <[email protected]>
1 parent 8f0aca2 commit 7c8f702

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
package org.apache.spark.sql.types
1919

20-
import scala.math.Ordering
2120
import scala.reflect.runtime.universe.typeTag
2221

2322
import org.apache.spark.annotation.Unstable

0 commit comments

Comments
 (0)