[SPARK-36227][SQL][FOLLOWUP][3.2] Remove unused import in TimestampNTZType.scala

### What changes were proposed in this pull request?

This is a follow-up of https://github.com/apache/spark/pull/33837
It is to fix compilation error: https://github.com/apache/spark/runs/3431646840

### Why are the changes needed?

Fix a compilation error

### Does this PR introduce _any_ user-facing change?

No

### How was this patch tested?

Pass existing UTs

Closes #33851 from gengliangwang/fixCompile.

Authored-by: Gengliang Wang <gengliang@apache.org>
Signed-off-by: Gengliang Wang <gengliang@apache.org>
This commit is contained in:
Gengliang Wang 2021-08-27 02:18:24 +08:00
parent 52b3b2d5bc
commit c25f1e4347

View file

@ -20,8 +20,6 @@ package org.apache.spark.sql.types
import scala.math.Ordering
import scala.reflect.runtime.universe.typeTag
import org.apache.spark.annotation.Unstable
/**
* The timestamp without time zone type represents a local time in microsecond precision,
* which is independent of time zone.