[SPARK-35664][SQL][FOLLOWUP] Fix incorrect comment for TimestampNTZType

### What changes were proposed in this pull request?
This PR fix the incorrect comment for `TimestampNTZType`.

### Why are the changes needed?
Fix the incorrect comment

### Does this PR introduce _any_ user-facing change?
'No'.

### How was this patch tested?
No need.

Closes #33218 from beliefer/SPARK-35664-followup.

Authored-by: gengjiaan <gengjiaan@360.cn>
Signed-off-by: Gengliang Wang <gengliang@apache.org>
This commit is contained in:
gengjiaan 2021-07-05 18:48:00 +08:00 committed by Gengliang Wang
parent f4237aff7e
commit c605ba2d46

View file

@ -116,7 +116,7 @@ object Encoders {
/** /**
* Creates an encoder that serializes instances of the `java.time.LocalDateTime` class * Creates an encoder that serializes instances of the `java.time.LocalDateTime` class
* to the internal representation of nullable Catalyst's DateType. * to the internal representation of nullable Catalyst's TimestampNTZType.
* *
* @since 3.2.0 * @since 3.2.0
*/ */