zero323 commented on a change in pull request #29935:
URL: https://github.com/apache/spark/pull/29935#discussion_r499119929
##########
File path: python/pyspark/sql/types.py
##########
@@ -186,6 +186,30 @@ def fromInternal(self, ts):
return datetime.datetime.fromtimestamp(ts //
1000000).replace(microsecond=ts % 1000000)
+class CalendarIntervalType(DataType, metaclass=DataTypeSingleton):
Review comment:
Yes, I glanced over a few threads and couldn't really figure out where
it is going, hence a limited scope of this PR. However, if the type is
supported in multiple contexts, current behavior doesn't seem like an intended
one.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]