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/24 18:26:16 UTC

[GitHub] [spark] ueshin commented on pull request #37642: [SPARK-40202][PYTHON][SQL] Allow a dictionary in SparkSession.config in PySpark

ueshin commented on PR #37642:
URL: https://github.com/apache/spark/pull/37642#issuecomment-1226081447

   We also need to add the overload definition:
   
   ```py
           @overload
           def config(self, *, map: Optional[Dict[str, "OptionalPrimitiveType"]]) -> "SparkSession.Builder":
               ...
   ```


-- 
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