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 2020/10/26 23:55:49 UTC

[GitHub] [spark] BryanCutler commented on a change in pull request #30149: [SPARK-33243][PYTHON][BUILD] Add numpydoc into documentation dependency

BryanCutler commented on a change in pull request #30149:
URL: https://github.com/apache/spark/pull/30149#discussion_r512337126



##########
File path: python/pyspark/context.py
##########
@@ -83,40 +130,6 @@ class SparkContext(object):
     def __init__(self, master=None, appName=None, sparkHome=None, pyFiles=None,
                  environment=None, batchSize=0, serializer=PickleSerializer(), conf=None,
                  gateway=None, jsc=None, profiler_cls=BasicProfiler):
-        """

Review comment:
       So the constructor param descriptions get moved to the class doc? 




----------------------------------------------------------------
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:
users@infra.apache.org



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