You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/08/26 09:33:20 UTC

[GitHub] [spark] alecuba16 commented on a diff in pull request #37647: Fixed timestamp conversion on Windows

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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org