alecuba16 commented on code in PR #37647:
URL: https://github.com/apache/spark/pull/37647#discussion_r955857502
##########
python/pyspark/sql/types.py:
##########
@@ -498,20 +521,20 @@ def __init__(self, fields=None):
def add(self, field, data_type=None, nullable=True, metadata=None):
"""
- Construct a :class:`StructType` by adding new elements to it, to
define the schema.
+ Construct a StructType by adding new elements to it, to define the
schema.
Review Comment:
Not needed, seems to be something that have been changed when I was forking
the branch 3.1. It should be the same as the current 3.1. I will fix that.
--
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]