itholic opened a new pull request, #36255: URL: https://github.com/apache/spark/pull/36255
### What changes were proposed in this pull request? This PR proposes to remove `TimestampNTZ` type Python support in Spark 3.3. The purpose of this PR is just hide `TimestampNTZ` type from end-users. ### Why are the changes needed? Because the `TimestampNTZ` project is not finished yet: - Lack Hive metastore support - Lack JDBC support - Need to spend time scanning the codebase to find out any missing support. The current code usages of TimestampType are larger than TimestampNTZType ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? The existing tests should cover. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org