linhongliu-db commented on a change in pull request #33437:
URL: https://github.com/apache/spark/pull/33437#discussion_r673643305
##########
File path: python/pyspark/sql/types.py
##########
@@ -107,7 +107,8 @@ class NullType(DataType, metaclass=DataTypeSingleton):
The data type representing None, used for the types that cannot be
inferred.
"""
- pass
+ def simpleString(self):
Review comment:
sure thing. I will double confirm changing `typeName` in python side
will not affect the `Datatype.json` because that may lead to compatibility
concerns.
--
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]