dominikgehl commented on a change in pull request #33482:
URL: https://github.com/apache/spark/pull/33482#discussion_r675479426
##########
File path: python/pyspark/sql/types.py
##########
@@ -186,6 +187,20 @@ def fromInternal(self, ts):
return datetime.datetime.fromtimestamp(ts //
1000000).replace(microsecond=ts % 1000000)
+class TimestampNTZType(TimestampType):
Review comment:
@HyukjinKwon Just to get the workflow right, should I create a separate
JIRA ticket to create the TimestampNTZType ? And then once we have the
additional type, we come back to this PR ?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]